CAPTION TAG: <CAPTION> and </CAPTION>
This tag produces a caption for a table. The <CAPTION> tags must appear inside the main <TABLE> definition but not inside the table rows or cells. <CAPTION> accepts an alignment attribute that defaults to ALIGN=top but can also be ALIGN=bottom. For example:
<TABLE> <CAPTION ALIGN=top> This is a table heading </CAPTION>