True/False
Indicate whether the sentence or statement is true
or false.
|
|
|
1.
|
HTML
pages work on any type of computer that has a Web browser to read them.
|
|
|
2.
|
Web
pages must be created using special HTML generating software.
|
|
|
3.
|
All
HTML tags must be entered in uppercase format, such as <HTML>, or you will receive an error
when you try to view the page.
|
|
|
4.
|
An
HTML source file is really just a text file, which allows it to move quickly over an Internet
connection line.
|
|
|
5.
|
HTML
has 8 levels of headings that can be used with the <Hx> tag.
|
|
|
6.
|
The
hexadecimal code for the color white is 000000.
|
|
|
7.
|
The
HTML tag used to create hyperlinks is called the anchor tag.
|
Multiple Choice
Identify the
letter of the choice that best completes the statement or answers the question.
|
|
|
8.
|
In
the closing tag of an HTML tag pair, what symbol precedes the tag keyword? a. | backslash
\ | c. | colon
: | b. | semicolon
; | d. | slash
/ | | | | |
|
|
|
9.
|
Which
HTML tag below is used to begin a Web page? a. | <CREATE> | c. | <PAGE> | b. | <HTML> | d. | <START> | | | | |
|
|
|
10.
|
Most
Web browsers have an option on which menu to allow you to see the HTML source code for the Web page
you are looking at?
|
|
|
11.
|
Which
file extension is normally used to save an HTML source code file?
|
|
|
12.
|
The
main content of a Web page, which is seen by someone viewing the page, is coded after which HTML
tag? a. | <BODY> | c. | <PAGE> | b. | <MAIN> | d. | <SHOW> | | | | |
|
|
|
13.
|
Which
HTML tag below will cause the largest heading text to appear when coded before a section of
text? a. | <HDR1> | c. | <H6> | b. | <H1> | d. | <HDR10> | | | | |
|
|
|
14.
|
Which
HTML tag below is used to create a double-spaced area after a block or sentence of
text?
|
|
|
15.
|
Which
statement below could be used in a Web page to create a hyperlink to the NASA Web
site? a. | <A
HREF=http://www.nasa.gov,Visit NASA></A | b. | <A
HREF="http://www.nasa.gov",Visit NASA></A | c. | <A
HREF="http://www.nasa.gov">Visit NASA></A | d. | <A
HREF=http://www.nasa.gov>Visit NASA></A | | |
|
|
|
16.
|
Which
attribute of the <BODY> tag can be used to specify the default color for all text in the Web
page? a. | TEXT= | c. | TCOLOR= | b. | COLOR= | d. | TYPE= | | | | |
|
|
|
17.
|
Which
attribute of the <FONT> tag can be used to change the text color? a. | COLOR= | c. | FCOLOR= | b. | TCOLOR= | d. | TXTCOLOR= | | | | |
|
|
|
18.
|
Which
attribute of the <BODY> tag can be used to specify a graphic image that can be used as the
background for a Web page? a. | BACKGROUND= | c. | BACK= | b. | BGIMAGE= | d. | BGIMG= | | | | |
|
Completion
Complete each sentence or
statement.
|
|
|
19.
|
The
HTML <____________________> tag can be coded in a Web page to make text or images appear
centered on the page.
|
|
|
20.
|
The
<____________________> tag will produce the smallest heading size when used with a section of
text.
|
|
|
21.
|
The
text that appears in the title bar of a Web browser when a Web page is opened is specified using the
HTML <____________________> tag.
|
|
|
22.
|
Placing the <____________________> tag after a line of text creates a single
space area after the text.
|
|
|
23.
|
The
____________________ attribute can be specified inside the <BODY> tag to change the background
color of the Web page.
|
|
|
24.
|
The
<____________________> tag can be used to change various text attributes, such as size, style,
and color.
|
|
|
25.
|
The
font tag attribute used to change the style of type, such as from Courier to Helvetica, is the
____________________= attribute.
|