xxxxxxxxxx
<html>
<body>
<h1>Basic caption element example</h1>
<table border="1">
<caption>
Table Title
</caption>
<tr>
<td>Row 1, Column 1</td>
<td>Row 1, Column 2</td>
</tr>
<tr>
<td>Row 2, Column 1</td>
<td>Row 2, Column 2</td>
</tr>
</table>
</body>
</html>