25 Answers to Review Questions. “Digital Media Primer” Yue-Ling Wong
Chapter 8
1. HTML documents are ______.
A. text files
2. For the URL: http://www.schoolname.edu/departments/art/index.html :
i. The domain name of the Web server is ______.
ii. This URL is a Web address of a file named ______.
iii. This file is located in the folder named ______, which is inside another folder named ______.
3. What are the new key features of HTML5 that are overviewed in this chapter?
4. Which of the following is correct about HTML5?
A. Three doctypes: Strict, Transitional, and Frameset
B. Only one simplified doctype declared like this: <!DOCTYPE HTML>
5. Which of the following is correct about cases for the tag and attribute names in HTML5?
A. No restriction on cases
B. All lowercase
C. All uppercase
D. Capitalized
6. Which of the following is correct about the use of quotation marks for the attribute value in HTML5?
7. Which of the following is correct about the use of end tags in HTML5?
A. Not required
B. Required
8. Which of the following is correct character encoding declaration in HTML5?
A. <meta http-equiv= – = =utf- >
B. <meta charset= – >
9. ______ are markup codes in an HTML document that tell the Web browser how to format the text when
displaying it.
A. Attributes
B. Tags
10. In the HTML code: <p>This is a paragraph.</p>
<p> is the ______ , and </p> is the ___ This is a paragraph
A. element content; start tag; end tag
B. element content; end tag; start tag
C. start tag; end tag; element content
D. start tag; element content; end tag
E. end tag; start tag; element content
F. end tag; element content; start tag
11. Fill in the correct start tags and end tags to create a basic HTML document.
< ______ >