A basic 2-row, 3-column table:

Roses are red
Violets are blue

<TABLE BORDER=2 width="312"> <TR> <TD>Roses</TD> <TD>are</TD> <TD>red</TD> </TR> <TR> <TD>Violets</TD> <TD>are</TD> <TD>blue</TD> </TR> </TABLE>
Short Index of Table Tags and Attributes
(the ones that are explained in this tutorial)

TABLE
<TR>
<TD>
 
HEIGHT As used in <TABLE>
WIDTH As used in <TABLE>
WIDTH As used in <TD>
 
BORDER
 
ALIGN As used in <TD>
VALIGN As used in <TD>
 
BGCOLOR
 
CELLPADDING
CELLSPACING
 
<CENTER>
 
COLSPAN
ROWSPAN

Lessons
Intro -  1 -  2 -  3 -  4 -  5 -  6