This web page is going to continue looking at tables.

Now lets look at putting captions on the table and on the columns:

A caption on the whole table is done with the CAPTION command. Note that the caption can be either at the top or bottom of the table (ALIGN=BOTTOM puts the caption underneath the table). The TH command creates column headers.

This is the sample table complete with caption
COLUMN #1 COLUMN #2
First row, first column First row, second column
Second row, first column Second row, second column