<TD ...>
ALIGN: horizontal alignment of cell contentsVALIGN: vertical alignment of cell contentsWIDTH: width of cellHEIGHT: height of cellCOLSPAN: number of columns to coverROWSPAN: number of rows to cover | | |
<TD ...> and </TD> set a single table cell.
<TABLE>
<TR>
<TD>peaches</TD>
<TD>cherries</TD>
</TR>
<TR>
<TD>walnuts</TD>
<TD>almonds</TD>
</TR>
</TABLE>
gives us this table: