Chapter 2
Choose the special character that is used to indicate a blank spaces
When should you use an absolute hyperlink?
(C) When you need to link to aweb page external to your website
How would you configure a hyperlink from the index.html file to another file named services.html which is located in the same folder?
<a href="services.html"> Services </a>
Choose the elements that are used in a description list. dt dl dd all of the above
ALL OF ABOVE
Select the element used to hyperlink web pages to each other from the list below: A.) Link B.) Hyperlink C.) Anchor D.) Target
Anchor
What does an email link do? A. automatically send you an email message with the visitors email address as the reply field B. launches the default email application for the visitor's browser, with email address as the recipients C. displays your email address so that the visitor can send you a message later D. links to your mail server
B. launches the default email application for the visitor's browser, with email address as the recipients
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.
B.) Displayed in the title bar of the browser window
Chapter 2 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.) The content that displays in the browser is contained in the body section.
The purpose of the ________ element is used to configure the main navigation area on a web page.
Header
Choose the preferred element to use when displaying text in a bold font style when there is no special importance to the words in the text.
b
31. Choose the element that configures the text to be indented from both the left and right margins.
blockquote
Which element is used to force the browser to display the next text or element on a new line?
br
What type of HTML list would be good to use to display a list of terms and their definitions?
description list
Use the ______ element to create a generic area or section on a web page that is physically separated from others.
div
Choose the preferred element to use when emphasizing text that is intended to be displayed in italic font style
em
The purpose of the ________ element is used to configure the footer information on a web page document.
footer
Choose the preferred element to use when displaying text in italic font style when there is no special emphasis on the words in the text.
i
What element is used to create the largest heading?
h1
Chapter 2 The <meta> tag is coded in the ________ section of a web page document.
head
The purpose of the ________ element is used to configure the heading for a web page document or section of a web page document.
header
The element used to create a horizontal line on a web page is:
hr
The ________ HTML5 element indicates tangential or supplemental content.
aside
When should you use a relative hyperlink? A.) Always, the W3C prefers relative hyperlinks B.) When you need to link to a web page internal to your website C.) When you need to link to a web page external to your website D.) Never, the W3C has deprecated relative hyperlinks
When you need to link to a web page external to your website
Select the true statement from the choices below. A.) A web page will not display in a browser unless it passes syntax validation testing. B.) A web page must pass syntax validation testing before it is used. C.) Validation testing guarantees that your web page will looks good. D.) Invalid code may cause browsers to render the pages slower than otherwise.
D.) Invalid code may cause browsers to render the pages slower than otherwise.
The ________ HTML5 element indicates a portion of a document, like a chapter or specific topic.
Section
What element contains each item in an ordered or unordered list?
li
The purpose of the ________ element is used to configure the main content of a web page document.
main
What type of HTML list will automatically place a number in front of the items?
ordered list
What element is used to configure a new paragraph?
p
The purpose of the ________ element is to contain information that would typically be some type of fine print or a disclaimer of some kind.
small
Choose the preferred element to use when configuring important text that is intended to be displayed a bold font style.
strong
The ________ attribute of the anchor tag can cause the new web page to open in its own browser window.
target
What type of HTML list will automatically place a list marker, or bullet point, indicator in front of each item?
unordered list