Chp2 Web Dev
Click to read our <a href="news.html">important news!</a>
Choose the best-designed link from below.
<strong>...</strong>
Choose the preferred tag pair to use when displaying important text in bold font weight.
<i>...</i>
Choose the preferred tag pair to use when emphasizing text that is displayed in italic font style.
Choose the special character that is used to indicate a blank space.
<blockquote>.. </blockquote>
Choose the tag pair configures text to be indented from both the left and right margins.
<link> tag
Choose the tag pair that is used to link web page documents to each other.
<dt> </dt>, <dl> </dl>, <dd> </dd>
Choose the tag pairs that are used in a description list
launch the default e-mail application for the visitor's browser with your e-mail address as the recipient
Select the function of an e-mail link from the choices below.
header
The <meta> tag is coded in the ___________ section of a web page document.
body
The content that displays in the browser is contained in the ________ section.
d. footer
The purpose of the ________ element is to configure the footer information on a web page document.
main
The purpose of the ________ element is to contain the main content of a web page document.
header
The purpose of the ________ element is used to configure the headings for a web page document or section of a web page document.
nav
The purpose of the ________ element is used to configure the main navigation area on a web page.
Displayed in the title bar of the browser window
The text contained between title tags is:
<li> </li>
What tag pair contains the items in an ordered or unordered list?
<p> </p>
What tag pair is used to create a new paragraph?
<h1> </h1>
What tag pair is used to create the largest heading?
unordered list
What type of HTML list will automatically place a bullet point indicator in front of each item?
ordered list
What type of HTML list will automatically place a number in front of the items?
description list
What type of HTML list would be good to use to display a list of terms and their definitions?
when linking to a page on an external web site
When do you need to use a fully qualified URL in a hyperlink?
type="A"
Which of the following attributes would configure an ordered list to display uppercase letters?
<br>
Which of the following tags does not require a closing tag?
<h1>
Which of the following tags should NOT be located in the head section?
<br>
Which tag is used to force the browser to display the next text or element on a new line?