XHTML 1.0 标签语义


标签 原单词 说明 语义化(Y/N)


h1-h6 head 定义 HTML 标题 Y
p paragraph 定义段落 Y
ul unordered list 定义无序列表 Y
ol ordered list 定义有序列表 Y
li list item 定义列表的项目 Y
dl definition list 定义定义列表 Y
dt definition term 定义定义列表中的项目 Y
dd definition description 定义定义列表中项目的描述 Y
table table 定义表格 Y
thead table head 定义表格中的表头内容 Y
tbody table body 定义表格中的主体内容 Y
th table head cell 定义表格中的表头单元格 Y
tr table row 定义表格中的行 Y
td table data cell 定义表格中的单元 Y
a anchor 定义锚 Y
img image 定义图像 Y
div division 定义文档中的节 N
span span 定义文档中的节 N

原文地址:https://www.cnblogs.com/sunken/p/4387770.html