HTML Infos : caption

Description

(Table) caption

Doctypes

Examples

<table summary="The summary">
    <caption>The caption</caption>
    <thead>
        <tr>
            <th>Header cell 1</th>
            <th>Header cell 2</th>
        </tr>
    </thead>
    <tfoot>
        <tr>
            <td>Footer cell 1</td>
            <td>Footer cell 2</td>
        </tr>
    </tfoot>
    <tbody>
        <tr>
            <td>Cell 1</td>
            <td>Cell 2</td>
        </tr>
    </tbody>
</table>
English | Français