欢迎访问服务器技术网-www.fuwuqijishu.com

HTML <th> headers 属性

JavaScript fuwuqijishu 2年前 (2022-09-04) 101次浏览 0个评论 扫描二维码
文章目录[隐藏]

HTML <th> headers 属性

HTML <th> 标签

实例

规定每个表头单元格相关联的 <th> 元素:

<table>
  <tr>
    <th id=”name” colspan=”2″>Name</th>
  </tr>
  <tr>
    <th headers=”name”>Firsname</th>
    <th headers=”name”>Lastname</th>
  </tr>
</table>


浏览器支持

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


定义和用法

headers 属性规定与表头单元格相关联的一个或多个表头单元格。


HTML 4.01 与 HTML5之间的差异

headers 属性是 HTML5 中 <th> 标签的新属性。


语法

<th headers=”header_id“>

属性值

描述
header_id 规定表头单元格关联的一个或多个表头单元格的 id 列表,以空格间隔。


HTML <th> 标签

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2316.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900