码迷,mamicode.com
首页 > 其他好文 > 详细

IFE百度前端技术学院4/25/2018(2)

时间:2018-04-25 15:58:52      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:div   class   community   ecif   dev   dex   scope   表格   data   

table:

table 元素

  • 用来表示超过一维的数据

caption 元素

  • 表示所处的 table 的标题

当所处的 table 是外部 figure 元素的唯一子元素,应首选 figcaption

tbodytheadtfoot 元素

  • 均为一组表格行
  • thead 表示列头 (通常为列标题,单元格用 th 元素)
  • tfoot 表示列脚 (通常为列数据汇总)

colcolgrouptr 元素

列,列组,行

tdth 元素

  • td - 数据单元格
  • th - 标题单元格

th 的 scope 属性表示标题对应的数据范围

技术分享图片

参考文档

  1. HTML 4.01 Specification, W3C.
  2. HTML5 Editor‘s Draft, W3C.
  3. MetaExtensions, WHATWG Wiki.
  4. Microformats Wiki, Microformats community.
  5. HTML Microdata Editor‘s Draft, W3C.
  6. Semantics in HTML 5, A List Apart.
  7. Semantics - Dive Into HTML5, Dive Into HTML5.
  8. schemas.org.
  9. HTML5 Doctor.

IFE百度前端技术学院4/25/2018(2)

标签:div   class   community   ecif   dev   dex   scope   表格   data   

原文地址:https://www.cnblogs.com/xxh-2014/p/8945122.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!