Inserts a table caption or short description. This element must be placed immediately after the opening table tag. Only one caption per table is allowed. Inline element
<caption attributes> ... </caption>
<table>
<caption>Caption goes here..</caption>
<tr>
<td>Table content</td>
</tr>
</table>