Multiple Choice
Identify the
letter of the choice that best completes the statement or answers the question.
|
|
|
1.
|
The
_____ is usually the first element of a Web page that you see. a. | background | c. | title | b. | header | d. | body | | | | |
|
|
|
2.
|
The
_____ should identify the subject or purpose of a Web page. a. | background | c. | title | b. | header | d. | body | | | | |
|
|
|
3.
|
On
the Web, _____ are the primary way to navigate between Web pages and among Web
sites. a. | indices | c. | links | b. | icons | d. | images | | | | |
|
|
|
4.
|
When
you first start Notepad, the default document is named _____. a. | Untitled | c. | Main | b. | New | d. | Default | | | | |
|
|
|
5.
|
The
_____ tags indicate the start and end of an HTML document. a. | <head> and
</head> | c. | <body> and
</body> | b. | <page> and </page> | d. | <html> and </html> | | | | |
|
|
|
6.
|
The
_____ tags contain the Web page title, for example. a. | <html> and
</html> | c. | <body> and
</body> | b. | <page> and </page> | d. | <head> and </head> | | | | |
|
|
|
7.
|
The
_____ tags indicate the boundaries of a Web page. a. | <html> and </html> | c. | <head> and </head> | b. | <page> and
</page> | d. | <body> and
</body> | | | | |
|
|
|
8.
|
When
the browser finds a _____ tag in an HTML file, it starts a new line and inserts a blank line above
the new paragraph.
|
|
|
9.
|
HTML
files must end with an extension of ____. a. | .htm | c. | .http | b. | .html | d. | Either A or
B | | | | |
|
|
|
10.
|
Moving the mouse pointer over a link generally causes the mouse pointer to change to a
_____. a. | key | c. | hourglass | b. | wristwatch | d. | pointing hand | | | | |
|
|
|
11.
|
When
text identifies a link, it often appears as _____ text. a. | bold | c. | indexed | b. | embedded | d. | underlined | | | | |
|
|
|
12.
|
With
the <font> tag, the _____ attribute changes the font type. a. | value | c. | face | b. | type | d. | point | | | | |
|
|
|
13.
|
The
_____ tag is used to create anchors for links to another page in the same Web site, to a Web page in
an external Web site, within the same Web page, and for e-mail links.
|
|
|
14.
|
Documents on the Web are known as Web ____. a. | sites | c. | pages | b. | links | d. | indices | | | | |
|
|
|
15.
|
A Web
____ is a software program that retrieves the page and displays it. a. | browser | c. | station | b. | client | d. | server | | | | |
|
|
|
16.
|
The
portion of a document that Web users will see is contained between the ____ tags. a. | <body> | c. | <display> | b. | <view> | d. | <visible> | | | | |
|
|
|
17.
|
To
add space between paragraphs, you use the ____ tag. a. | <br> | c. | <p> | b. | <para> | d. | <sp> | | | | |
|
True/False
Indicate whether the sentence or statement is true
or false.
|
|
|
18.
|
A Web
pages title should be concise yet descriptive and briefly explain the pages content or
purpose to the visitor.
|
|
|
19.
|
HTML
has seven different levels of headings numbered 1 through 6, with 6 being the largest.
|
|
|
20.
|
Tags
in HTML are case sensitive.
|
|
|
21.
|
In
good HTML code, nested elements do not cross.
|
|
|
22.
|
The
style to define the background color is backcolor: color.
|
Modified True/False
Indicate
whether the sentence or statement is true or false. If false, change the identified word or
phrase to make the sentence or statement true.
|
|
|
23.
|
HTML
supports six levels of headings, numbered h1 through h6, with h6 being the largest and most
prominent. _________________________
|