- html
Document root element.
文档根元素1
- col
col:Columns in a table.
表格中的列
- table
table:Table of multi-dimensional data.
表格
- head
First element of the HTML document. Contains document metadata.
HTML文档中的第一个元素。包含文档元数据
- span
Container with no semantic meaning.
无语义的容器
- div
Container with no semantic meaning.
无语义的容器
- fieldset
Set of form controls grouped by theme.
按用途组合的一组表单控制元素
- form
Form.
表单
- body
Document content.
文档的主体
- h1
Heading for the current section.
当前章节的标题
- section
Contains elements grouped by theme, for example a chapter or tab box.
包含同主题一组元素的容器,例如文档的章节
- colgroup
Defines a group of columns in a table.
对表格中的若干列进行组合
- tr
A row of cells.
表格中的一行单元
- title
Document title.
文档标题
- a
Hyperlink.
超链接
- pre
Text that is preformatted in the HTML code.
在HTML代码中预先格式化的文本
- meter
Control for entering a numeric value in a known range.
控制在已知范围内输入度量值
- select
Control for selecting from multiple options.
有多选值的下拉列表
- aside
Content related to surrounding elements that doesn't belong inline, such as a advertising or quotes.
与周围元素相关的内容,但分开显示
- h2
Heading for the current section.
当前章节的标题
- header
Navigation or introductory elements for the current section.
当前章节的导航或引导性元素
- caption
Title of a table.
表格的标题
- td
Table cell.
表格单元格
- meta
Document metadata that can't be represented with other elements.
文档的元数据
- rt
Annotation of preceding text.
文本的解释
- dfn
Term being defined by the parent section.
由父级章节定义的项
- em
Text that should be emphasised.
需要强调的文本
- i
Text in a alternate voice or mood, such as a technical term.
斜体的文本
- small
An aside, such as fine print.
更小的旁注信息
- ins
Text that has been inserted during document editing.
在文档编辑过程中插入的文本
- s
Text that is outdated or no longer accurate.
失效或不再准确的文本
- br
Line break.
换行符
- p
Paragraph content.
段落内容
- blockquote
Quote from another source.
从其它源引用的内容
- legend
Define a name for a fieldset.
图例或表的说明
- optgroup
Group of option.
选项组
- address
Contact information for the current article.
当前文章的联系信息
- h3
Heading for the current section.
当前章节的标题
- nav
Contains a collection of links.
导航链接的容器
- menu
Set of commands.
菜单列表
- th
Table heading.
表头
- base
Specifies URL which non-absolute URLs are relative to.
定义非绝对的链接地址所相对的默认 URL
- rp
Contains semantically meaningless markup for browsers that don't understand ruby annotations.
针对不支持ruby 注音的浏览器,用于注释信息
- abbr
Abbreviation or acronym.
缩写或缩略词
- time
Time defined in a machine readable format.
时间
- b
Stylistically separated text of equal importance, such as a product name.
粗体文本,用于强调
- strong
Text that is important.
重要的文本
- del
Text that has been removed during document editing.
在编辑过程中被删除的文本
- kbd
Example input (usually keyboard) for a program.
由键盘输入的文本
- hr
Thematic break within a paragraph.
水平线/内容主题的变化
- ol
Ordered list.
有序列表
- dl
List of term-description pairs.
带定义的列表
- label
Caption for a form control.
表单控件的标题(标签)
- option
Single option within a select control.
下拉列表中的单一选项
- datalist
Define sets of options.
定义选项列表
- h4
Heading for the current section.
当前章节的标题
- article
Section of the page content, such as a blog or forum post.页面内容的独立部分,如博客文章、论坛帖子
- command
Command the user can perform, such as publishing an article.
用户可以执行的命令,如发表一篇文章
- tbody
Contains rows that hold the table's data.
表格主体
- link
Other resources related to the document.
与文档相关的其它资源
- noscript
Contains elements that are part of the document only if scripting is disabled.
当脚本被禁用时显示的一部分文档内容
- q
Quoted text.
引用的文本
- var
Mathematical or programming variable.
数学或程序变量
- sub
Subscript text.
上标
- mark
Text highlighted for referencing elsewhere.
突出显示的文本
- bdi
Text that is separated from directional formatting of its surroundings.
从周围内容分开,而设置不同的文本方向
- wbr
Opportunity for a line break.
软回车(必要时才回车)
- figcaption
Caption for a figure.
图片的标题,图题
- ul
Unordered list.
无序列表
- dt
Term which will be described.
带定义的列表中的项目
- input
Generic form input.
表单中的输入字段
- output
Contains the results of a calculation.
输出的结果
- keygen
Generates private-public key pairs.
生成密钥对
- h5
eading for the current section.
当前章节的标题
- footer
Footer of the current section.
当前章节的页脚
- summary
Caption of a details element.
dedails元素的标题
- thead
Contains rows with table headings.
表格中的表头行
- style
Styling defined inline data.
在文档中定义的样式
- script
Inline or linked client side scripts.
内部或外部链接的脚本
- cite
Title of a referenced piece of work.
对参考文献等的引用
- samp
Sample output of a program.
程序的样本
- sup
Superscript text.
下标
- ruby
Contains text with annotations, such as pronounciation hints. Commonly used in East Asian text.
东亚文字的注音,如中文的拼音
- bdo
Defines directional formatting for content.
定义内容的排版方向
- code
Fragment of code.
代码的片断
- figure
Contains elements related to single concept, such as an illustration or code example.
独立的内容,如图像、代码等
- li
List item.
列表项目
- dd
Description for the preceding term.
带定义列表中对项目的描述
- textarea
Multiline free-form text input.
多行的文本输入区域
- button
A button.
按钮
- progress
Control for displaying progress of a task.
运行中的进度控制
- h6
Heading for the current section.
当前章节的标题
- hgroup
Collection of headings for the current section. The highest ranked heading represents the group in the document outline.
当前章节各标题的组合
- details
Contains additional information, such as the contents of an accordian view.
附加的详细信息
- tfoot
Contains rows with summary of data.
表格的页脚/脚注行