<table> <tr> <th>Header 1</th> <th>Header 2</th> </tr> <tr> <td>Data 1</td> <td>Data 2</td> </tr> </table><table>
<caption>Table Caption</caption>
<!-- Table content -->
</table><table>
<tr>
<th>Header 1</th>
<th>Header 2</th>
</tr>
<!-- Table content -->
</table><table>
<tbody>
<!-- Table content -->
</tbody>
</table>