Caption
CAPTION element can be placed inside a table element (immediately after the TABLE start tag) to tell browsers that the text is to be used as a caption for the table. A caption applies to the entire table, whereas a table heading TH element applies to a single column or row of the tables. Only one CAPTION element is recognized within a TABLE element. Caption is usually a brief description of the table. A longer description may be used for the SUMMARY attribute of a TABLE element for browsers that use text to speech technology for users who can not see text in the browsers. You can align CAPTION in the table at the desired position. For Example:
<TABLE>
<CAPTION CLASS="tblCaption">
Table 1.1 Website Ranking Table after Search Engine Optimization
</CAPTION>
</TABLE>