Name:     ID: 
 
    Email: 

HTML Project 3 Creating Tables in a Web Site

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

1. 

Web page layouts created with tables give more flexibility to the Web page developer.
 

2. 

You can change certain attributes for an entire row of information in a table.
 

3. 

All Web pages require the use of a table of some sort.
 

4. 

You indicate the number of columns in a table within the <TD> and </TD> tags.
 

5. 

If the text in the first row of a table is bold and centered, this is because of the use of the <TD> tag.
 

6. 

With a table, you can vary the alignment of an image or text within a cell but not within a row.
 

7. 

A benefit of using a percentage to set the table width is that it automatically will change the width of the table if the window is resized in the browser.
 

8. 

If you have no cellpadding, columns in a table will look too close together.
 

9. 

The Web page file name is important because it is the text that displays on the title bar of the Web browser.
 

10. 

If the rest of a table is displaying borders, empty cells in that table must display the borders as well.
 

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

11. 

You can use tables to display which of the following?
a.
newspaper-type columns of text
b.
lists of information
c.
images
d.
all of the above
 

12. 

Which of the following is not a step in the creation of a table for a Web page?
a.
determine if a table is needed
b.
plan the table on paper
c.
code the table using HTML
d.
obtain twice as much data as will eventually be used in the table
 

13. 

Sketching out a table on paper before coding it in HTML allows you to see which of the following?
a.
how many rows and columns you need
b.
if you need headings or not
c.
if any of the headings you need span rows or columns
d.
all of the above
 

14. 

Which of the following tags indicate the beginning and end of the table?
a.
<TABLE> and </TABLE>
b.
<TR> and </TR>
c.
<TH> and </TH>
d.
<TD> and </TD>
 

15. 

Which of the following tags indicate the beginning and end of a table data cell?
a.
<TABLE> and </TABLE>
b.
<TR> and </TR>
c.
<TH> and </TH>
d.
<TD> and </TD>
 

16. 

Which of the following tags indicate the beginning and end of a table heading cell?
a.
<TABLE> and </TABLE>
b.
<TR> and </TR>
c.
<TH> and </TH>
d.
<TD> and </TD>
 

17. 

Which of the following tags indicate the beginning and end of a table row?
a.
<TABLE> and </TABLE>
b.
<TR> and </TR>
c.
<TH> and </TH>
d.
<TD> and </TD>
 

18. 

The ____ in a table are calculated automatically based on the number of cells within each row.
a.
columns
b.
tags
c.
links
d.
headings
 

19. 

Which of the following is a possible value for the ALIGN attribute of the <TR> tag?
a.
CENTER
b.
JUSTIFY
c.
RIGHT
d.
all of the above
 

20. 

Both the ____ tags are used for cells, and they share the same attributes.
a.
<TH> and <TR>
b.
<TR> and <TD>
c.
<TD> and <TH>
d.
<TC> and <TH>
 

21. 

Which of the following is not a possible value for the VALIGN attribute of the <TD> and <TH> tags?
a.
TOP
b.
JUSTIFY
c.
MIDDLE
d.
BOTTOM
 

22. 

The COLS=1 attribute indicates which of the following?
a.
one column in the table is right-aligned
b.
the first column in the table is centered
c.
there is one column in the table
d.
none of the above
 

23. 

The CELLSPACING attribute adds ____ between cells.
a.
tags
b.
pixels
c.
bitmaps
d.
points
 

24. 

Which of the following pastes the contents from the Clipboard into a new file?
a.
CTRL+V
b.
CTRL+P
c.
CTRL+I
d.
ALT+P
 

25. 

The title of a Web page may not contain which of the following?
a.
anchors
b.
paragraph marks
c.
highlighting
d.
any of the above
 

26. 

You can adjust the width of a column in any __________ tag.
a.
<TH>
b.
<TD>
c.
<TABLE>
d.
either a or b
 

27. 

A caption can be positioned relative to a table using which of the following attributes?
a.
ALIGN=ABOVE
b.
POSITION=LOWER
c.
BENEATH
d.
SUBSCRIPT
 

28. 

Which of the following attributes allows you to insert a heading that goes across more than one row or column?
a.
ROWSPAN
b.
COLSPAN
c.
HEADER
d.
either a or b
 

29. 

Which of the following tags creates a new row?
a.
<TD>
b.
<TH>
c.
<TR>
d.
<TC>
 

30. 

A ____ tag can be used to display the cell borders in an empty cell.
a.
<P>
b.
<TR>
c.
<BR>
d.
<BORDER>
 

Completion
Complete each sentence or statement.
 

31. 

Web page developers use tables to create the appearance of a(n) ______________________ around an image or text.
 

 

32. 

You can create a table to wrap ______________________ around an image.
 

 

33. 

A(n) ______________________ is a horizontal line of information.
 

 

34. 

______________________ cells display text as normal and left-aligned.
 

 

35. 

______________________ cells display text as bold and center-aligned.
 

 

36. 

A table ______________________ is descriptive text that describes the purpose of the table, located above or below the table.
 

 

37. 

In a table, all other tags are inserted within the <______________________> tags.
 

 

38. 

The CELLSPACING, CELLPADDING, and COLS attributes are all part of the <______________________> tag.
 

 

39. 

The COLSPAN attribute is part of the <______________________> and <______________________> tags.
 

 

40. 

The ______________________ attribute of the <TABLE> tag controls table alignment (e.g., LEFT, CENTER, or RIGHT).
 

 

41. 

The ______________________ attribute of the <TABLE> tag sets the background color for the table.
 

 

42. 

The ______________________ attribute of the <TABLE> tag sets the width of the table border in number of pixels.
 

 

43. 

The ______________________ attribute of the <TABLE> tag sets spacing between cells.
 

 

44. 

The ______________________ attribute of the <TABLE> tag sets the number of columns in the table.
 

 

45. 

Table borders can be used to frame a(n) ______________________, giving it a three-dimensional appearance, as if it were surrounded by a frame.
 

 

46. 

The ______________________ attribute of the <TR> tag sets the background color for the row.
 

 

47. 

When entering the initial HTML tags, the first tag to enter is <______________________>.
 

 

48. 

To turn Word Wrap on upon starting Notepad, click ______________________ on the menu bar.
 

 

49. 

The ______________________ attribute of the <TD> and <TH> tags sets the number of rows spanned by the cell.
 

 

50. 

______________________ is the number of pixels within a cell.
 

 



 
Submit          Reset Help