中文字幕一区二区人妻电影,亚洲av无码一区二区乱子伦as ,亚洲精品无码永久在线观看,亚洲成aⅴ人片久青草影院按摩,亚洲黑人巨大videos

HTML table summary 屬性

HTML table 標(biāo)簽參考手冊 HTML <table> 標(biāo)簽

實例

下面的 HTML 表格定義了表格內(nèi)容的摘要:

<table border="1" summary="Monthly savings for the Flintstones family">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
</table>

運行代碼 ?

瀏覽器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

summary 屬性在普通的 Web 瀏覽器中沒有視覺效果,但可以通過屏幕閱讀器使用。


定義和用法

HTML5 不支持 <table> summary 屬性。

summary 屬性規(guī)定表格內(nèi)容的摘要。


語法

<table summary="text">

屬性值

描述
text 表格內(nèi)容的摘要。

HTML table 標(biāo)簽參考手冊 HTML <table> 標(biāo)簽其他擴展