CAPTION - table caption
Description
The <CAPTION> tag specifies
the caption for a table. This tag should be placed within the <TABLE> tag,
but before the <TD> or <TR> tags
Syntax
<CAPTION ALIGN="bottom|top">....<CAPTION>
Attributes
ALIGN specifies where tha caption is displayed, at the top or
bottom of the table. The default is top
|