Albert L. Peia                          CAOT97 Week 11– Assignment                      5-10-04

Concepts and Skills Review                                                                  Unit E HTML

Concepts Review 

Tags 

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.

  1. c. A column is a single vertical line of data.
  2. d.  Cellpadding is the empty area around table data cell contents.
  3. c. <th> marks the contents of a header cell.
  4. 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 .
  5. 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 .

 

Skills Review 1-7 are attached hereto.