HTML < table > summary 属性,表格摘要

 2022-06-20    588  

HTML <table> summary 属性

HTML <table> 标签

HTML < table >  summary 属性,表格摘要

实例

下面的 HTML 表格定义了表格内容的摘要:

<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>

summary 属性在普通的 Web 浏览器中没有视觉效果,但可以通过屏幕阅读器使用。

定义和用法

HTML5 不支持 <table> summary 属性。

summary 属性规定表格内容的摘要。

语法

<table summary="text">

属性值

描述
text表格内容的摘要。


  •  标签:  
  • html
  •  

原文链接:https://77isp.com/post/1392.html

=========================================

https://77isp.com/ 为 “云服务器技术网” 唯一官方服务平台,请勿相信其他任何渠道。