| A |
B | C | D | E |
| 1 |
基本HTML
| | | |
| 2 |
| 定义文档类型 | Defines the document type | |
| 3 |
| 定义HTML文档 | Defines an HTML document | |
| 4 |
| 包含文档的元数据/信息 | Contains metadata/information for the document | |
| 5 |
| 定义文档的标题 | Defines a title for the document | |
| 6 |
| 定义文档的正文 | Defines the document's body | |
| 7 |
| 定义HTML标题 | Defines HTML headings | |
| 8 |
| 定义一个段落 | Defines a paragraph | |
| 9 |
| 插入单行符 | Inserts a single line break | |
| 10 |
| 定义内容的主题变化 | Defines a thematic change in the content | |
| 11 |
| 定义评论 | Defines a comment | |
| 12 |
格式化
| | | |
| 13 |
| HTML5不支持。改用<abbr>。定义首字母缩写词 | Not supported in HTML5. Use <abbr> instead.Defines an acronym | |
| 14 |
| 定义缩写或首字母缩略词 | Defines an abbreviation or an acronym | |
| 15 |
| 定义文档/文章作者/所有者的联系信息 | Defines contact information for the author/owner of a document/article | |
| 16 |
| 定义粗体文本 | Defines bold text | |
| 17 |
| 隔离可能与外部其他文本方向不同的文本部分 | Isolates a part of text that might be formatted in a different direction from other text outside it | |
| 18 |
| 覆盖当前文本方向 | Overrides the current text direction | |
| 19 |
| HTML5不支持。改用CSS。定义大文本 | Not supported in HTML5. Use CSS instead.Defines big text | |
| 20 |
| 定义引用自其他来源的部分 | Defines a section that is quoted from another source | |
| 21 |
| HTML5不支持。改用CSS。定义居中文本 | Not supported in HTML5. Use CSS instead.Defines centered text | |
| 22 |
| 定义作品的标题 | Defines the title of a work | |
| 23 |
| 定义一段计算机代码 | Defines a piece of computer code | |
| 24 |
| 定义已从文档中删除的文本 | Defines text that has been deleted from a document | |
| 25 |
| 指定将在内容中定义的术语 | Specifies a term that is going to be defined within the content | |
| 26 |
| 定义强调的文本 | Defines emphasized text | |
| 27 |
| HTML5不支持。改用CSS。定义文本的字体、颜色和大小 | Not supported in HTML5. Use CSS instead.Defines font, color, and size for text | |
| 28 |
| 用备用语音或情绪定义文本的一部分 | Defines a part of text in an alternate voice or mood | |
| 29 |
| 定义已插入文档的文本 | Defines a text that has been inserted into a document | |
| 30 |
| 定义键盘输入 | Defines keyboard input | |
| 31 |
| 定义标记/突出的文本 | Defines marked/highlighted text | |
| 32 |
| 定义已知范围内的标量测量(量规) | Defines a scalar measurement within a known range (a gauge) | |
| 33 |
| 定义预格式化文本 | Defines preformatted text | |
| 34 |
| 表示任务的进度 | Represents the progress of a task | |
| 35 |
| 定义一个简短的引文 | Defines a short quotation | |
| 36 |
| 定义在不支持红宝石注释的浏览器中显示的内容 | Defines what to show in browsers that do not support ruby annotations | |
| 37 |
| 定义字符的解释/发音(用于东亚排版) | Defines an explanation/pronunciation of characters (for East Asian typography) | |
| 38 |
| 定义红宝石注释(用于东亚排版) | Defines a ruby annotation (for East Asian typography) | |
| 39 |
| 定义不再正确的文本 | Defines text that is no longer correct | |
| 40 |
| 定义计算机程序的示例输出 | Defines sample output from a computer program | |
| 41 |
| 定义较小的文本 | Defines smaller text | |
| 42 |
| HTML5不支持。改用<del>或<s>。定义删除线文本 | Not supported in HTML5. Use <del> or <s> instead.Defines strikethrough text | |
| 43 |
| 定义重要文本 | Defines important text | |
| 44 |
| 定义下标文本 | Defines subscripted text | |
| 45 |
| 定义上标文本 | Defines superscripted text | |
| 46 |
| 为页面加载时应隐藏的内容定义一个容器 | Defines a container for content that should be hidden when the page loads | |
| 47 |
| 定义特定时间(或日期时间) | Defines a specific time (or datetime) | |
| 48 |
| HTML5不支持。改用CSS。定义电传文本 | Not supported in HTML5. Use CSS instead.Defines teletype text | |
| 49 |
| 定义一些未明确且样式与普通文本不同的文本 | Defines some text that is unarticulated and styled differently from normal text | |
| 50 |
| 定义一个变量 | Defines a variable | |