Contents / Previous / Next


Table

A table is composed of Table-Rows <TR> and Table-Data (Columns) <TD>:

<TABLE cellspacing=5 border>

  <TR>
    <TD> right top </TD>
    <TD> left  top </TD>
  </TR>

  <TR>
    <TD> right  bottom </TD>
    <TD> left  bottom </TD>
  </TR>

</TABLE>

Examples:
right top left top
right bottom left bottom

Color Table:
Color Hexadecimal Example
red #FF0000
green #00FF00
blue #0000FF