Multiple Choice Identify the
choice that best completes the statement or answers the question.
|
|
|
1.
|
What tag pair is used to create a new
paragraph?
a. | <new paragraph> </new
paragraph> | c. | <p>
</p> | b. | <paragraph> </paragraph> | d. | <para> </para> |
|
|
|
2.
|
What tag pair is used to create the largest
heading?
a. | <h1>
</h1> | c. | <h type=“smallest”>
</h> | b. | <h9> </h9> | d. | <h6> </h6> |
|
|
|
3.
|
Which tag is used to force the browser to display the next
text or element on a new line?
a. | <new line /> | c. | <br /> | b. | <p> | d. | <line
/> |
|
|
|
4.
|
Choose the true statement below.
a. | The content that displays in the browser appears in the
<HEAD> section. | c. | Information about the web page appears in the
<BODY> section. | b. | The content that displays
in the browser appears in the <BODY> section. | d. | All of the above are
true. |
|
|
|
5.
|
What type of XHTML list will automatically place a number
in front of the items?
a. | numbered list | c. | unordered
list | b. | ordered list | d. | definition
list |
|
|
|
6.
|
What type of XHTML list would be good to use to display a
list of terms and their definitions?
a. | bullet list | c. | unordered
list | b. | ordered list | d. | definition
list |
|
|
|
7.
|
What tag pair contains the items in an ordered or unordered
list?
a. | <item>
</item> | c. | <dd>
</dd> | b. | <li> </li> | d. | none of the
above |
|
|
|
8.
|
Choose the tag pair that is used to indent text or web page
content.
a. | <blockquote>..
</blockquote> | c. | <h1>..
</h1> | b. | <p>..
</p> | d. | all of the above |
|
|
|
9.
|
Choose the special character that is used to indicate a
blank space.
a. | ␣ | c. | © | b. | | d. | none of the
above |
|
|
|
10.
|
Choose the preferred tag pair to use when displaying text in
bold font.
a. | <bold>…</bold> | c. |
<big>…</big> | b. | <strong>…</strong> | d. | none of the
above |
|
|
|
11.
|
Choose the tag pair that is use to link web page
documents to each other.
a. | <link> tag | c. | <a> tag | b. | <hyperlink> tag | d. | <body> tag |
|
|
|
12.
|
To preserve the formatting of text exactly as it is typed
in the web page document use the ____ tag pair.
a. | <same>.. </same> | c. | <font>..</font> | b. | <pre>..
</pre> | d. | none of the above.
|
|
|
|
13.
|
When do you need to use a fully qualified URL in a
hyperlink (i.e. a full URL like the one you would enter in a browser as opposed to a relative
URL)?
a. | when creating a link to the same web
page | c. | when linking to a page on an external web
site | b. | when linking to a page in another folder on the same
site | d. | never |
|
|
|
14.
|
Choose the best-designed link from
below.
a. | <a href=“news.htm”>Click to read
our important news!</a> | c. | <a href=“news.htm”>Important
News</a> | b. | Click to read our
<a href=“news.htm”>important news!</a> | d. | <a
href=“news.htm”>Click here to read our important
news</a> |
|