1. The COLS attribute sets the width of a
column in a frameset.
2. <frameset></frameset> sets
frameset contents for frame layout.
3. <td align=”center” rowspan=”2”> is code to name and define a centered table
data cell spanning 2 rows in a table.
4. rowspan=”2”> is code for a
data cell to span 2 rows in a table.
Terms
5. f. Rowspan is an attribute that creates a
cell that spans multiple rows.
6. a. Cellpadding is the empty area around
cell contents.
7. c. <th> is code to name and define a table header
cell.
8. b. <
bgcolor=” “> is code to create background color.
9. <tr > </tr> is code to name and
define the beginning and end of a row in a table.
10. e. <td> is code to name and define a table data cell
.
11. d. Cellspacing controls the gap between the
borders of adjacent cells.
12. c. VALIGN controls the vertical alignment
of cell contents.
13. a. Rowspan is an attribute that creates a
cell that spans multiple rows.
14. b. A row is a single horizontal line of
data.
15. c. A column is a single vertical line of
data.
16. d.
Cellpadding is the empty area around table data cell contents.
17. c. <th> marks the contents of a
header cell.
18. b. A percentage value for the width
attribute in the <table> tag specifies the width of the table as a
percentage of the browser window width .
19. a. . A percentage value for the width
attribute in the <th> or <td> tag specifies the width of the column
as a percentage of the browser window width .