11<caption>要素は、テーブル(表)のタイトルを表示する要素です。


※<caption>~</caption>
 

サンプルコード HTML <table border="1"> <caption>タイトル</caption> <tr> <th>見出し</th> <th>見出し</th> </tr> <tr> <td>データ</td> <td>データ</td> </tr> </table>

caption:タイトル

タイトル
見出し 見出し
データ データ