Must be first element after <table>
In HTML5 , you can use additional markup inside <caption>, such as headings <hx> or <p>.
Dates | Meals | Hotels | Transport |
25-Aug-97 | 37.74 | 112.00 | 45.00 |
26-Aug-97 | 27.28 | 112.00 | 45.00 |
Subtotal | 65.02 | 224.00 | 90.00 |
Dates | Meals | Hotels | Transport |
25-Aug-97 | 37.74 | 112.00 | 45.00 |
26-Aug-97 | 27.28 | 112.00 | 45.00 |
Subtotal | 65.02 | 224.00 | 90.00 |
<table border="1" width="60%">
<caption>
<h3>Travel Expense Report - San Jose</h3>
</caption>
<tbody>
<tr>
<td>Dates</td>
...