Name:     ID: 
 
Email: 

HTML Final Exam Short

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

 1. 

The _____ page of a Web site often serves as an index or table of contents to other documents and files stored on the site.
a.
home
c.
tools
b.
table
d.
server
 

 2. 

By incorporating ____, XHTML combines the benefits of the display features of HTML and the stricter coding standards required by XML.
a.
Linux and XML
c.
C++ and HTML
b.
Perl and HTML
d.
HTML and XML
 

 3. 

When creating a ____ image, you can specify the image quality to reach a balance between image quality and file size.
a.
JPEG
c.
PNG
b.
GIF
d.
TIFF
 

 4. 

With Internet Explorer, the default color for a normal link that has not been clicked is _____.
a.
red
c.
green
b.
purple
d.
blue
 

 5. 

To create a(n) ____ version of an image, the image can be resized to a smaller size in a paint or image-editing project and then saved with a different file name.
a.
thumbnail
c.
indexed
b.
pixelated
d.
master
 

 6. 

Tables are similar in design to _____.
a.
spreadsheets
c.
documents
b.
presentations
d.
databases
 

 7. 

The _____ value for the rules attribute creates a table with vertical rules between each column in the table.
a.
cols
c.
up
b.
vert
d.
rows
 

 8. 

The _____ tag does not use the valign attribute.
a.
<tr>
c.
<td>
b.
<table>
d.
<th>
 

 9. 

The _____ tag uses the border attribute.
a.
<table>
c.
<tr>
b.
<td>
d.
<th>
 

 10. 

The width of a table’s border is defined in _____.
a.
picas
c.
points
b.
pixels
d.
inches
 

 11. 

Every Web page used in a frameset ____.
a.
can be viewed independently in the browser
b.
can be viewed within the frameset
c.
automatically generates a noframes version of itself
d.
either A or B
 

 12. 

If you use an asterisk to take whatever space is left for the unspecified frames, as in ____, the first and third rows each would be 37.5 percent of the total screen size.
a.
rows="*,75,*"
c.
rows="*,33,*"
b.
rows="*,37.5,*"
d.
rows="*,25,*"
 

 13. 

There are two primary methods to send the form to the server to be processed: ____
a.
send and put
c.
get and put
b.
get and post
d.
CGI and HTML
 

 14. 

If no ____ attribute value is specified, a selection menu initially displays only one option, along with a list arrow to view other choices in the list.
a.
default
c.
size
b.
choice
d.
checked
 

 15. 

Within the style tag container, Web developers commonly agree to add which of the following to ensure that proper action is taken if a browser does not support CSS?
a.
superscript tags
c.
line-through properties
b.
HTML comment code
d.
esc tag
 

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

 16. 

HTML browsers ignore spaces that exist between the tags in your HTML document.
 

 17. 

In general, viewing a Web page periodically during development is good coding practice.
 

 18. 

Using the attribute and value rules=“vertical” creates a table with vertical rules between each column in the table.
 

 19. 

Text link colors vary as the status of the link changes.
 

 20. 

You can use frames to organize your Web pages by displaying more than one page in the same browser window.
 

 21. 

In the creation of a frames Web site, as in the creation of all other Web sites, the first step is to create a Web site home page.
 

 22. 

A Web page form must include a Submit button.
 

 23. 

The value attribute of the <input> tag is optional for radio and checkbox controls.
 

 24. 

Once you have entered all style statements in a text file, you should save the text file with a .css extension.
 

 25. 

The Print dialog box default is to print only the selected frame.
 



 
         Start Over