HTML table summary 屬性

2018-08-04 20:27 更新

HTML <table> summary 屬性

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

實(shí)例

下面的 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 瀏覽器中沒有視覺效果,但可以通過(guò)屏幕閱讀器使用。


定義和用法

HTML5 不支持 <table> summary 屬性。

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


語(yǔ)法

<table summary="text">

屬性值

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


HTML table 標(biāo)簽參考手冊(cè) HTML <table> 標(biāo)簽
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)