Name:     ID: 
 
    Email: 

Web Page Design-Lesson 9-Tables & Frames

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

 1. 

Each table cell is defined by the <TD> tag.
 

 2. 

The <TD> tag is used to make a cell’s contents centered and bold.
 

 3. 

A table width can be set using a percentage of the open window or as a fixed pixel width.
 

 4. 

Only two frames can be used on any one Web page.
 

 5. 

Through the use of the <NOFRAMES> tag, it is possible to include content in a frames page for users who cannot see frames.
 

 6. 

Each <FRAME> tag must specify the document that is the source of the frame.
 

 7. 

Frames pages always require the use of a container document.
 

 8. 

<TABLE> tag is used to define the beginning of a table.
 

 9. 

Leaving out a </TABLE> tag can render blank pages in some browsers.
 

 10. 

The BORDER attribute of the table tag can specify the width of the table border in pixels.
 

 11. 

It is not possible to nest other tags inside of a table cell.
 

 12. 

To spread content across multiple rows, you must use the ROWSPAN attribute of the <TD> tag.
 

 13. 

CELLPADDING controls the thickness of the wall between cells.
 

 14. 

The BGCOLOR attribute can be used to change the background color of a table row or cell.
 

 15. 

It is important to use the TARGET attribute when using links on framed pages.
 

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

 16. 

In tables, the area created by the intersection of a row and a column is known as a ____.
a.
value
c.
cell
b.
placeholder
d.
formula
 

 17. 

Which is a container tag?
a.
<TR>
c.
<TABLE>
b.
<TD>
d.
All of the above
 

 18. 

Which tag denotes the contents of a cell?
a.
<TR>
c.
<TABLE>
b.
<TD>
d.
<CELL>
 

 19. 

Opening a new tag before closing the first one is known as ____.
a.
nesting
c.
grouping
b.
encapsulation
d.
none of the above
 

 20. 

Which is the proper way to nest tags?
a.
<TR><TD>Some Text</TR></TD>
c.
<TD><TR>Some Text</TD></TR>
b.
<TR></TR>Some Text<TD></TD>
d.
<TR><TD>Some Text</TD></TR>
 

 21. 

What does this line of code do:  <TABLE BORDER = “2”>?
a.
begin a table with a border of 2 inches
b.
begin a table with a border that has a width of 2 pixels
c.
begin a table with a double border
d.
none of the above
 

 22. 

In a table, the space between the cell wall and the cell contents is known as the ____.
a.
cell padding
c.
border spacing
b.
cell spacing
d.
border padding
 

 23. 

The TARGET attribute of the <A> tag designates the ____.
a.
file that will be downloaded when the link is clicked
b.
navigation window on a frames page
c.
name of the frame in which the link will be loaded
d.
home page of a frameset
 

 24. 

A frameset with three frames would need how many total Web pages?
a.
two
c.
four
b.
three
d.
five
 

 25. 

It is important that every <FRAME> tag have which attributes?
a.
SRC
c.
HREF
b.
NAME
d.
SRC and NAME
 

 26. 

In this line of code, what does the * represent: <FRAMESET COLS = “150,*”>?
a.
all files that are in the right hand frame
b.
the rest of the screen that is left after using 150 pixels for the first frame
c.
650 pixels
d.
480 pixels
 

 27. 

A container page is a ____.
a.
single frames page
b.
frames page with four frames
c.
page without frames
d.
page with the frameset tag that loads the individual pages in the frameset
 

 28. 

The VALIGN attribute can have which value?
a.
top
c.
bottom
b.
middle
d.
all of the above
 

 29. 

The attribute of the table tag that controls the thickness of the wall in between cells is which of the following?
a.
CELLPADDING
c.
BORDER
b.
CELLSPACING
d.
VALIGN
 

 30. 

What does the <TH> tag do?
a.
centers the text within it
c.
centers and bolds the text within it
b.
bolds the text within it
d.
none of the above
 



 
Submit          Reset Help