<CAPTION> Caption
Description
Provides a caption or title to a table. This tag must be used within the <TABLE> tag. The ALIGN attribute determines where the caption will appear. When set to left, right, top, or bottom, the caption will appear on the left margin, right margin, at the top of the table , and at the bottom of the table respectively.
Syntax
<CAPTION [ALIGN=left|right|top|bottom]>text</CAPTION>