例
次のHTMLテーブルには、テーブルの内容の要約を定義します。
<table summary="Monthly
savings for the Flintstones family">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
</table>
»それを自分で試してみてください 定義と使用法
<table> summary属性はHTML5でサポートされていません。
summary属性は、表の内容の要約を指定します。
ブラウザのサポート
属性 | |||||
---|---|---|---|---|---|
summary | はい | はい | はい | はい | はい |
summary属性は、通常のウェブブラウザには視覚効果を持っていませんが、スクリーンリーダーで使用することができます。
構文
<table summary="text">
属性値
値 | 説明 |
---|---|
text | テーブルの内容の概要 |