HTML5 caption Tag

<table border="3">
<caption><cite>ALL books</cite></caption>
<tr>
<th>book1</th>
<th>on html</th>
</tr>
<tr>
<td>book2</td>
<td>on javascript</td>
</tr>
</table>