<caption>
<caption>
<table style="width:100%">
<caption>Monthly savings</caption>
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
<tr>
<td>February</td>
<td>$50</td>
</tr>
</table> To add a caption to a table, use the <caption> tag.
The <caption> tag must be inserted immediately after the <table> tag.
Semantic portal