HTML tables start with an optional caption. The <CAPTION> tag is placed immediately after the <TABLE> tag. Place the text of the caption between the <CAPTION> tag and the </CAPTION> tag. For example:
<TABLE>
<CAPTION>Favorite Foods</CAPTION>
</TABLE>
I understand the <CAPTION> tag. How do I
put data into my table?