<table>container
<tr>Row 1 begin
<td>column1</td>
<td>column2</td>
<td>column3</td>
<td>column4</td>
</tr>Row 1 end
<tr>Row 2 begin
<td>column1</td>
<td>column2</td>
<td>column3</td>
<td>column4</td>
</tr>Row 2 end
</table>container end
All data should be within <td></td> tags. The data out side td></td> tags will show above the table. All rows must have equal number of columns. Columns can be merged together with colspan property and column can span multiple rows with rowspan property. Statistics section in default.asp uses both