Website Design Chapter 2
Choose the special character that is used to indicate a blank space.
Choose the tag pair that is used to link web page documents to each other.
<a> tag
Choose the tag pair configures text to be indented from both the left and right margins.
<blockquote> .. </blockquote>
Which of the following tags does not require a closing tag?
<br>
Which tag is used to force the browser to display the next text or element on a new line?
<br>
Choose the preferred tag pari to use when emphasizing text that is displayed in italic font style.
<em> ...</em>
What tag pair is used to create the largest heading?
<h1> </h1>
What tag pair contains the items in an ordered or unordered list?
<li> </li>
What tag pair is used to create a new paragraph?
<p> </p>
Choose the preferred tag pair to use when displaying important text in bold font weight.
<strong>...</strong>
The purpose of the ______ element is used to configure the headings for a web page document or section of a web page document.
Header
What type of HTML list would be good to use to display a list of terms and their definitions?
description list
The purpose of the ________ element is to configure the footer information on a web page document.
footer
Which of the following tags should NOT be located in the head section?
<h1>
The <meta> tag is coded in the ________ section of a web page document.
header
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 answer is D
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. B is the answer
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 B is the answer
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> C is the answer
The text contained between title tags is:
Displayed in the title bar of the browser window
The title element configure large, bold text at the beginning of the web page document.
False
What type of HTML list will automatically place a number in front of the items?
Ordered list
Web pages have two sections: a head and a body
True
The purpose of the ___________ element is to contain the main content of a web page document.
main
The purpose of the ___________ element is used to configure the main navigation area on a web page.
nav
Which of the following attributes would configure an ordered list to display uppercase letters?
type="A"
What type of HTML list will automatically place a bullet pint indicator in front of each item?
unordered list
When do you need to use a fully qualified URL in a hyperlink?
when linking to a page on an external web site