caption : Specify table caption

This tag can occur inside a table tag and serves to set the table caption.

Example

 <table>
 <caption>This caption will end up above the table</caption>
 <th><td>Column 1</td><td>Column 2</td></th>
 </table>

See also: table (143)