Test Bank For Web Development and Design Foundations With HTML5 8th Edition by Felke Morris
Test Bank For Web Development and Design Foundations With HTML5 8th Edition by Felke Morris
b. <paragraph> </paragraph>
c. <p> </p>
d. <para> </para>
a. <h1> </h1>
b. <h9> </h9>
d. <h6> </h6>
3. Which tag is used to force the browser to display the next text or element on a new
line?
a. <new line>
b. <p>
c. <br>
d. <line>
Page 1
th
Web Development & Design Foundations with HTML5, 8
Edition Instructor Materials Chapter 2 Test Bank
4. The purpose of the ________ element is used to configure the main navigation area
on a web page.
a. header
b. nav
c. navigation
d. main
a. The content that displays in the browser is contained in the head section.
b. The content that displays in the browser is contained in the body section.
6. What type of HTML list will automatically place a number in front of the items?
a. numbered list
b. ordered list
c. unordered list
d. definition list
7. What type of HTML list will automatically place a bullet point indicator in front of each
item?
a. bullet list
b. ordered list
c. unordered list
d. definition list
Page 2
th
Web Development & Design Foundations with HTML5, 8
Edition Instructor Materials Chapter 2 Test Bank
8. What type of HTML list would be good to use to display a list of terms and their
definitions?
a. bullet list
b. ordered list
c. unordered list
d. description list
a. <item> </item>
b. <li> </li>
c. <dd> </dd>
d. <dt> </dt>
10. Choose the tag pairs that are used in a description list.
a. <dt> </dt>
b. <dl> </dl>
c. <dd> </dd>
11. Choose the tag pair configures text to be indented from both the left and
right margins.
a. <blockquote>.. </blockquote>
b. <p>.. </p>
c. <h1>.. </h1>
Page 3
th
Web Development & Design Foundations with HTML5, 8
Edition Instructor Materials Chapter 2 Test Bank
d. all of the above
12. Choose the special character that is used to indicate a blank space.
a. ␣
b.
c. ©
d. &space;
13. Choose the preferred tag pair to use when emphasizing text that is displayed in
a. <i>…</i>
b. <strong>…</strong>
c. <em>…</em>
d. <italic>…</italic>
14. Choose the preferred tag pair to use when displaying important text in bold
font weight.
a. <bold>…</bold>
b. <strong>…</strong>
c. <big>…</big>
d. <em>…</em>
15. Choose the tag pair that is used to link web page documents to each
Page 4
th
Web Development & Design Foundations with HTML5, 8
Edition Instructor Materials Chapter 2 Test Bank
b. <hyperlink> tag
c. <a> tag
d. <body> tag
d. never
17. Select the function of an e-mail link from the choices below.
a. automatically send you an e-mail message with the visitor's e-mail address
b. launch the default e-mail application for the visitor's browser with your e-mail
c. display your e-mail address so that the visitor can send you a message later
Page 5
th
Web Development & Design Foundations with HTML5, 8
Edition Instructor Materials Chapter 2 Test Bank
a. Not displayed by browsers
20. The <meta> tag is coded in the ___________ section of a web page document.
a. body
b. header
c. footer
d. DOCTYPE
21. Which of the following tags does not require a closing tag?
a. <p>
b. <br>
c. <i>
d. <a>
22. Which of the following tags should NOT be located in the head section?
a. <title>
b. <h1>
c. <meta>
d. All the tags listed above should be coded in the head section.
a. type="a"
b. type="U"
Page 6
th
Web Development & Design Foundations with HTML5, 8
Edition Instructor Materials Chapter 2 Test Bank
c. type="letter"
d. type="A"
24. The purpose of the ________ element is used to configure the headings for a
a. headings
b. nav
c. header
d. head
25. The purpose of the ________ element is to configure the footer information on a
a. headings
b. foot
c. div
d. footer
26. The purpose of the ________ element is to contain the main content of a web page
document.
a. content
b. footer
c. div
d. main
Page 7
th
Web Development & Design Foundations with HTML5, 8
Edition Instructor Materials Chapter 2 Test Bank
True or False.
27. The title element configures large, bold text at the beginning of the web page
document.
a. True
b. False
a. True
b. False
Answers.
1. c
2. a
3. c
4. b
5. b
6. b
7. c
8. d
9. b
10. d
11. a
12. b
13. c
Page 8
th
Web Development & Design Foundations with HTML5, 8
Edition Instructor Materials Chapter 2 Test Bank
14. b
15. c
16. c
17. b
18. c
19. b
20. b
21. b
22. b
23. d
24. c
25. d
26. d
27. False
28. True
Page 9