Problem 3
What tag marks the beginning and end of an HTML document?
Problem 4
What tag marks the beginning and end of an HTML document's head section?
Problem 8
What statement would you write in an HTML document to display the text "My Resume" in bold and centered on the page?
Problem 11
Suppose you wanted to display the text "Click Here" as a link to the Web site http:// java.sun.com. What statement would you write to create the text?
Problem 14
Why is there no need for a static main method to create an instance of an applet class?
Problem 22
How do you force the paint or paintcomponent method to be called?
Problem 26
What is the difference between a mouse press event and a mouse click event?
Problem 38
What is the difference between the Applet class's getDocumentBase and getcodeBase methods?