Tables

caption

Inserts a table caption or short description. This element must be placed immediately after the opening table tag. Only one caption per table is allowed. Inline element

Syntax

<caption attributes> ... </caption>

Example

<table>
   <caption>Caption goes here..</caption>
   <tr>
      <td>Table content</td>
   </tr>
</table>

Related tags

CSS Properties

HTML attributes

Search the Soup!