WEB 110 - Quiz 2

10 September 2022
4.7 (114 reviews)
20 test answers

Unlock all answers in this set

Unlock answers (16)
question
What element is used to configure a new paragraph?
answer
p
question
What element is used to create the largest heading?
answer
h1
question
Which element is used to force the browser to display the next text or element on a new line?
answer
br
question
Select the function of an e-mail link from the choices below.
answer
launch the default e-mail application for the visitor's browser with your e-mail address as the recipient
question
Choose the true statement below. β€’ Information about the web page is contained in the body section. β€’ The content that displays in the browser is contained in the head section. β€’ The content that displays in the browser is contained in the body section. β€’ All of the above are true.
answer
β€’ The content that displays in the browser is contained in the head section.
question
What type of HTML list will automatically place a number in front of the items?
answer
ordered list
question
What type of HTML list will automatically place a list marker, or bullet point, indicator in front of each item?
answer
unordered list
question
What type of HTML list would be good to use to display a list of terms and their definitions?
answer
description list
question
What element contains each item in an ordered or unordered list?
answer
li
question
Choose the elements that are used in a description list. β€’ dl β€’ dd β€’ dt β€’ all of the above
answer
all of the above
question
Choose the element that configures text to be indented from both the left and right margins.
answer
blockquote
question
what is the special character that is used to indicate a blank space.
answer
& nbsp;
question
what is the preferred element to use when emphasizing text that is intended to be displayed in italic font style.
answer
em
question
what is the preferred element to use when displaying text in italic font style when there is no special emphasis on the words in the text.
answer
i
question
The text contained between title tags is
answer
Displayed in the title bar of the browser window
question
The meta element is coded in the ___________ section of a web page document.
answer
head
question
The element used to create a horizontal line on a web page is:
answer
hr
question
Select the true statement from the choices below. β€’ A web page will not display in a browser unless it passes syntax validation testing. β€’ A web page must pass syntax validation testing before it is used. β€’ Validation testing guarantees that your web page will looks good. β€’ Invalid code may cause browsers to render the pages slower than otherwise.
answer
Invalid code may cause browsers to render the pages slower than otherwise.
question
The purpose of the ________ element is to contain information that would typically be some type of fine print or a disclaimer of some kind.
answer
small
question
Select the element used to hyperlink web pages to each other from the list below:
answer
anchor