Albert L. Peia CAOT97 Week 11– Assignment
Concepts and Skills
Review
Unit E
HTML
1. <cellpadding= “ ”> is code that determines the amount of empty space
around cell contents.
2. <cellspacing= “ ”> is code that determines the gap between the borders
of adjacent cells.
3. <tr
> is code to name and define the
beginning of a row in a table.
4. <th> is code to name and define a table header in
a row in a table.
5. <td align=”center” rowspan=”2”> is code to name and define a centered table
data cell spanning 2 rows in a table.
6. rowspan=”2”>
is code for a data cell to span 2
rows in a table.
Terms
7. f. Rowspan is an
attribute that creates a cell that spans multiple rows.
8. a. Cellpadding is
the empty area around cell contents.
9. c. <th> is code to name
and define a table header cell.
10. b. <
bgcolor=”
“> is
code to create background color.
11. <tr
> </tr> is code to name and define the beginning
and end of a row in a table.
12. e. <td> is code to name and define a table
data cell .
13. d. Cellspacing
controls the gap between the borders of adjacent cells.
14. c. VALIGN controls the vertical alignment
of cell contents.
15. a. Rowspan is an
attribute that creates a cell that spans multiple rows.
16. b. A row is a single horizontal line of
data.
Skills Review 1-7 are
attached hereto.