Define a table. <table> </table>
Border for the table. <table border=?> </table>
Cell spacing. <table cellspacing=?>
Cell padding. <table cellpadding=?>
Width of the table. <table width=?>   In pixels.
Width of the table. <table width=%>   Percetage of page.
Table row. <tr> </tr>
Alignment for the table row. <tr align= left | right | center | middle | bottom>
Cell in a table row. <td> </td>
Alignment of the cell. <td align= left | right | center | middle | bottom>
No linebreaks. <td nowrap>
Columns to span. <td colspan=?>
Rows to span. <td rowspan=?>
Desired width. <td width=?>   In pixels.
Width in a percent. <td width=%>   Percentage of the table.
Cell color. <td bgcolor=#$$$$$$>
Table header. <th> </th>
Table header.. ignment. <th align= left | right | center | middle | bottom>
No linebreaks in table header. <th nowrap>
Columns to span. <th colspan=?>
Rows to span. <th rowspan=?>
Desired table header width. <th width=?>   In pixels.
Desired table header width in percentage. <th width=%>
Cell color. <th bgcolor=#$$$$$$>
Table caption. <caption> </caption>
Alignment of table caption. <caption align= top | bottom>   Above/below table.