The <CAPTION> tag defines a caption (a title) for a table or a figure.
<table border="1" width="80%"> <caption>This is a caption to the table</caption> <tr> <td width="50%"> </td> <td width="50%"> </td> </tr> <tr> <td width="50%"> </td> <td width="50%"> </td> </tr> </table>
This is a caption to the table