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?
|
|||||||||||
|
12. |
Which
of the following is not a step in the creation of a table for a Web page?
|
|||||||||||
|
13. |
Sketching out a table on paper before coding it in HTML allows you to see which of the
following?
|
|||||||||||
|
14. |
Which
of the following tags indicate the beginning and end of the table?
|
|||||||||||
|
15. |
Which
of the following tags indicate the beginning and end of a table data cell?
|
|||||||||||
|
16. |
Which
of the following tags indicate the beginning and end of a table heading cell?
|
|||||||||||
|
17. |
Which
of the following tags indicate the beginning and end of a table row?
|
|||||||||||
|
18. |
The
____ in a table are calculated automatically based on the number of cells within each
row.
|
|||||||||||
|
19. |
Which
of the following is a possible value for the ALIGN attribute of the <TR> tag?
|
|||||||||||
|
20. |
Both
the ____ tags are used for cells, and they share the same attributes.
|
|||||||||||
|
21. |
Which
of the following is not a possible value for the VALIGN attribute of the <TD> and
<TH> tags?
|
|||||||||||
|
22. |
The
COLS=1 attribute indicates which of the following?
|
|||||||||||
|
23. |
The
CELLSPACING attribute adds ____ between cells.
|
|||||||||||
|
24. |
Which
of the following pastes the contents from the Clipboard into a new file?
|
|||||||||||
|
25. |
The
title of a Web page may not contain which of the following?
|
|||||||||||
|
26. |
You
can adjust the width of a column in any __________ tag.
|
|||||||||||
|
27. |
A
caption can be positioned relative to a table using which of the following
attributes?
|
|||||||||||
|
28. |
Which
of the following attributes allows you to insert a heading that goes across more than one row or
column?
|
|||||||||||
|
29. |
Which
of the following tags creates a new row?
|
|||||||||||
|
30. |
A
____ tag can be used to display the cell borders in an empty cell.
|
|||||||||||
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.
|
|||||||||||
|
|
|
|
|
|