CH 2
12. Choose the special character that is used to indicate a blank space. a. ␣ b. c. © d. &space;
18. Choose the best-designed link from below. a <a href="news.html">Click to read our important news!</a> b. Click to read our <a href="news.html">important news!</a> c. <a href="news.html">Important News</a> d. <a href="news.html">Click here to read our important news</a>
<a href="news.html">Important News</a>
15. Choose the tag pair that is used to link web page documents to each other. a. <link> tag b. <hyperlink> tag c. <a> tag d. <body> tag
<a> tag
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> d. all of the above
<blockquote>.. </blockquote>
21. Which of the following tags does not require a closing tag? a. <p> b. <br> c. <i> d. <a>
<br>
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>
<br>
13. Choose the preferred tag pair to use when emphasizing text that is displayed in italic font style. a. <i>...</i> b. <strong>...</strong> c. <em>...</em> d. <italic>...</italic>
<em>...</em>
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.
<h1>
2. What tag pair is used to create the largest heading? a. <h1> </h1> b. <h9> </h9> c. <h type="smallest"> </h> d. <h6> </h6>
<h1> </h1>
9. What tag pair contains the items in an ordered or unordered list? a. <item> </item> b. <li> </li> c. <dd> </dd> d. <dt> </dt>
<li> </li>
1. What tag pair is used to create a new paragraph? a. <new paragraph> </new paragraph> b. <paragraph> </paragraph> c. <p> </p> d. <para> </para>
<p> </p>
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>
<strong>...</strong>
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
description list
True or False. 27. The title element configures large, bold text at the beginning of the web page document. a. True b. False
false
25. The purpose of the ________ element is to configure the footer information on a web page document. a. headings b. foot c. div d. footer
footer
20. The <meta> tag is coded in the ___________ section of a web page document. a. body b. header c. footer d. DOCTYPE
header
24. The purpose of the ________ element is used to configure the headings for a web page document or section of a web page document. a. headings b. nav c. header d. head
header
10. Choose the tag pairs that are used in a description list. a. <dt> </dt> b. <dl> </dl> c. <dd> </dd> d. all of the above
all
19. The text contained between title tags is: a. Not displayed by browsers b. Displayed in the title bar of the browser window c. Not used by search engines d. Never seen by your web page visitor.
Displayed in the title bar of the browser window
5. Choose the true statement below. 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. c. Information about the web page is contained in the body section. d. All of the above are true.
The content that displays in the browser is contained in the body section.
28. Web pages have two sections: a head and a body. a. True b. False
True
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 as the reply-to field b. launch the default e-mail application for the visitor's browser with your e-mail address as the recipient c. display your e-mail address so that the visitor can send you a message later d. link to your mail server
launch the default e-mail application for the visitor's browser with your e-mail address as the recipient
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
main
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
nav
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
ordered list
23. Which of the following attributes would configure an ordered list to display uppercase letters? a. type="a" b. type="U" c. type="letter" d. type="A"
type="A"
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
unordered list
16. When do you need to use a fully qualified URL in a hyperlink? a. when creating a link to the same web page b. when linking to a page in another folder on the same site c. when linking to a page on an external web site d. never
when linking to a page on an external web site