Example of simple table code:
<TABLE BORDER>
<TR>
<TH>Row 1</TH>
<TD>1st row, col 1</TD>
<TD>1st row, col 2</TD>
<TD>1st row, col 3</TD>
</TR>
<TR>
<TH>Row 2</TH>
<TD>2nd row, col 1</TD>
<TD>2nd row, col 2</TD>
<TD>2nd row, col 3</TD>
</TR>
</TABLE>
| Row 1 | 1st row, col 1 | 1st row, col 2 | 1st row, col 3 | 
|---|---|---|---|
| Row 2 | 2nd row, col 1 | 2nd row, col 2 | 2nd row, col 3 | 
