figure 和 figcaption 元素可以为表格声明标题
th元素可以定义 headers 属性和 scope 属性,用来帮助非可视化的浏览器和搜索引擎处理表头信息
thead tfoot 和 tbody元素必须包含一个或多个行,并且thead tfoot 和 tbody 元素必须包含相同数量的列
这三个元素必须位于table元素内,tfoot元素也必须在tbody元素之前定义
thead元素和tfoot元素在一个表格中都只能有一个,而tbody元素可以有多个。
fieldset 元素和 legend 元素一般是配合使用:
时间: 2024-12-20 10:05:43