Multiple Choice
Identify the
letter of the choice that best completes the statement or answers the question.
|
|
1.
|
The
first tag in any web page is the __________ tag. a. | <head> | c. | <html> | b. | <first> | d. | <body> | | | | |
|
|
2.
|
The
closing bold tag is a. | <b/> | c. | </close> | b. | <close/> | d. | </strong> | | | | |
|
|
3.
|
You
meant to underline the heading but the whole page becomes underlined. You probably
a. | forgot the
</u> tag | c. | need to add a
<stop> tag | b. | fogot the <u> tag | d. | have a virus in your computer | | | | |
|
|
4.
|
The
tag that you use at the end of a line to enter a double space is a. | <br
/> | c. | <ds
/> | b. | <p /> | d. | <i /> | | | | |
|
|
5.
|
The
last tag of any web page will be the __________ tag. a. | <last> | c. | </end> | b. | <close> | d. | </html> | | | | |
|
|
6.
|
To
italicize text you would use the ______________ tag
|
|
7.
|
The
text that people read on a web page is coded in the ____________ section. a. | <head> | c. | <title> | b. | <body> | d. | <page> | | | | |
|
|
8.
|
To
center the text on a web page you can use the following tag a. | <middle> | c. | <center> | b. | <br> | d. | <text> | | | | |
|
|
9.
|
The
<br /> tag a. | double
spaces | c. | triple
spaces | b. | single spaces | d. | links to a new page | | | | |
|
|
10.
|
The
heading tag that creates the largest heading is
|
|
11.
|
In a
Google Advanced Search, to find web pages specifically about Sequoia High School, you should type
Sequoia High School in the following find results box a. | with all of the
words | c. | with at least on
of the words | b. | with the exact phrase | d. | without the words | | | | |
|
|
12.
|
A
browser is a. | a program that
displays web pages | c. | a service that
performs searches | b. | a web page address | d. | a tag that will become obsolete | | | | |
|
|
13.
|
The
text enclosed by the <title> tag can be found a. | At the top of
the displayed web page | c. | In the task bar
of the computer | b. | In the title bar of the browser | d. | In the first line of the web page | | | | |
|
|
14.
|
The
<ol> tag a. | creates a
numbered list | c. | creates a
definition list | b. | creates a bulleted list | d. | creates an owl image | | | | |
|
|
15.
|
The
following code would display as:
<ul>
<li>Item #1</li>
<li>Item #2</li>
<li>Item #3</li>
<li>Item #4</li>
</ul> a. | Item #1
Item
#2
Item #3
Item #4
| c. | 1. Item #1
2. Item
#2
3. Item #3
4. Item #4
| b. |
Item #1
Item #2
Item #3
Item #4
| d. | Item #1 Item #2 Item #3 Item
#4
| | | | |
|