Name of Tags and Description
TAG | Description |
<TABLE> |
Tells Browser a table is beginning |
</TABLE> |
Tells Browser table is ending |
<TR> |
Indicates a new table row (Horizontal row) |
</TR> |
Indicates end of that table row, move onto next row |
<TD> |
Indicates table data for this vertical column |
<TH> |
Indicates your table heading |
<ROWSPAN> |
Spans your table data over X number of rows |
<COLSPAN> |
Spans your table data over X number of columns |
<CELLPADDING> |
Makes more or less space between the data
and the border of cell |
<CELLSPACING> |
Makes the column between cells larger or smaller |