Problem 1
How is an applet that is associated with a Web page executed on a user鈥檚 system?
Problem 2
Why do applets run in a restricted environment?
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鈥檚 head section?
Problem 5
What statement would you use in an HTML document to display the text 鈥淢y Web Page鈥 in the browser鈥檚 title bar? What section of the HTML document would this statement be written in?
Problem 6
What tag marks the beginning and end of an HTML document鈥檚 body section?
Problem 7
What statement would you write in an HTML document to display the text 鈥淪tudent Roster鈥 as a level one header?
Problem 8
What statement would you write in an HTML document to display the text 鈥淢y Resume鈥 in bold and centered on the page?
Problem 9
What statement would you write in an HTML document to display the text 鈥淗ello World鈥 in bold and italic?
Problem 10
What tag causes a line break? What tag causes a paragraph break? What tag displays a horizontal rule?