例
下面的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>总结属性不是HTML5的支持。
的summary属性指定一个表的内容的摘要。
浏览器支持
属性 | |||||
---|---|---|---|---|---|
summary | 是 | 是 | 是 | 是 | 是 |
该summary属性具有在普通的网络浏览器没有视觉效果,但是可以通过屏幕阅读器使用。
句法
<table summary="text">
属性值
值 | 描述 |
---|---|
text | 表的内容的摘要 |