Name: 
 

Adven test 1



Multiple Choice
Identify the letter of the choice that best completes the statement or answers the question.
 

 1. 

Which attribute of the <BODY> tag can be used to specify the default color for all text in the Web page?
a.
COLOR=
c.
TYPE=
b.
TEXT=
d.
TCOLOR=
 

 2. 

Which file extension is normally used to save an HTML source code file?
a.
wpag
c.
page
b.
txt
d.
html
 

 3. 

Which attribute of the <FONT> tag can be used to change the text color?
a.
TXTCOLOR=
c.
FCOLOR=
b.
TCOLOR=
d.
COLOR=
 

 4. 

In the closing tag of an HTML tag pair, what symbol precedes the tag keyword?
a.
slash /
c.
semicolon ;
b.
colon :
d.
backslash \
 

 5. 

Which HTML tag below will cause the largest heading text to appear when coded before a section of text?
a.
<HDR10>
c.
<H1>
b.
<HDR1>
d.
<H6>
 

 6. 

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
 

 7. 

Which HTML tag below is used to create a double-spaced area after a block or sentence of text?
a.
<S2>
c.
<DS>
b.
<P>
d.
<BR>
 

 8. 

Which HTML tag below is used to begin a Web page?
a.
<PAGE>
c.
<HTML>
b.
<START>
d.
<CREATE>
 

 9. 

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>
 

 10. 

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.
BACK=
c.
BGIMG=
b.
BGIMAGE=
d.
BACKGROUND=
 

 11. 

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?
a.
File
c.
Edit
b.
View
d.
Help
 

Completion
Complete each sentence or statement.
 

 12. 

The HTML <____________________> tag can be coded in a Web page to make text or images appear centered on the page.
 

 

 13. 

The ____________________ attribute can be specified inside the <BODY> tag to change the background color of the Web page.
 

 

 14. 

The text that appears in the title bar of a Web browser when a Web page is opened is specified using the HTML <____________________> tag.
 

 

 15. 

The font tag attribute used to change the style of type, such as from Courier to Helvetica, is the ____________________= attribute.
 

 

 16. 

The <____________________> tag can be used to change various text attributes, such as size, style, and color.
 

 

 17. 

The <____________________> tag will produce the smallest heading size when used with a section of text.
 

 

 18. 

Placing the <____________________> tag after a line of text creates a single space area after the text.
 

 

True/False
Indicate whether the sentence or statement is true or false.
 

 19. 

HTML has 8 levels of headings that can be used with the <Hx> tag.
 

 20. 

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.
 

 21. 

The HTML tag used to create hyperlinks is called the anchor tag.
 

 22. 

HTML pages work on any type of computer that has a Web browser to read them.
 

 23. 

The hexadecimal code for the color white is 000000.
 

 24. 

An HTML source file is really just a text file, which allows it to move quickly over an Internet connection line.
 

 25. 

Web pages must be created using special HTML generating software.
 



 
Check Your Work     Reset Help