The CAPTION Tag


A caption is like a title to your table which resides outside the border of the table.

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?
[INDEX] [PREVIOUS] [NEXT PAGE] [CHAPTER 8]

Valid HTML 3.2!