HTML tag list
标记 | 类型 | 名称或意义 | 作用 | 备注 |
文件标记 | ||||
● | 文件宣告 | 让浏览器知道这是 HTML 文件 | ||
● | 开头 | 提供文件整体信息 | ||
● | 标题 | 定义文件标题,将显示于浏览器顶端 | ||
● | 主体 | 设计文件格式及内容所在 | ||
排版标记 | ||||
○ | Description tag | Add a description to the file but not display it | ||
○ | Paragraph mark | Leave a blank line between words, pictures, tables, etc. | ||
○ | Line break tag | Let the words, pictures and tables be displayed on the next line | ||
○ | Horizontal line | Insert a horizontal line | ||
● | Centered | Let words, pictures, tables, etc. be displayed in the middle | Objection | |
● | Default format | Display the files according to the arrangement of the original code | ||
● | Location tag | Set the placement of words, pictures, tables, etc. | ||
● | No line breaks | Prevent text from wrapping when it is too long | ||
● | Line break recommended | Default line break position | ||
Font tag | ||||
● | Emphatic tone | Produce the effect of bold font | ||
● | Bold mark | Produce bold font effect | ||
● | Emphasis mark | The font has an italic effect | ||
● | italic mark | The font has an italic effect | ||
● | Monospace font | Courier font, same letter width | ||
● | Underline | Underline | Objection | |
● | Level 1 title tag | Make the font larger, the higher the level, the smaller it becomes | ||
● | Level 2 title tag | Make font larger | ||
● | Level 3 title tag | Make font larger | ||
● | Level 4 title tag | Make font larger | ||
● | Level 5 title tag | Make font larger | ||
● | Level 6 title tag | Make font larger | ||
● | Font tag | Set font, size, color | Objection | |
○ | Basic font mark | Set all fonts, sizes, colors | Objection | |
● | Increase font size | Make the font slightly larger | ||
● | Reduced font | Make the font slightly smaller | ||
● | Strikethrough | Strikethrough text | Objection | |
|
● | Program code | The font is slightly wider like | |
● | Keyboard words | Slightly wider font, single white space | ||
● | Example | The character w is slightly like | ||
● | Variable | italic effect | ||
● | italic mark | italic effect | ||
● | Indent right | Indent text to the right | ||
● | Predicate definition | italic effect | ||
● | Address tag | italic effect | ||
● | Subscript | Text subscript | ||
● | Superscript | Text superscript | ||
Checklist tag | ||||
● | Sequence List | The list items will be arranged in numerical and alphabetical order | ||
● | Unordered list | Checklist items will be arranged as symbols with solid dots | ||
○ | Checklist items | Items in the list, one mark per line | ||
● | Option list | You can specify bullet points with the type parameter. | 反对 | |
● | 目录清单 | 与 | 反对 | |
● | 定义清单 | 清单分两层出现 | ||
○ | 定义条目 | 清单项标题 | ||
○ | 定义内容 | 清单项内容 | ||
表格标记 | ||||
Remarks: 1. ● Indicates that the mark is a containment mark, that is, the end mark is required. 2. ○ indicates that the tag is an empty tag, that is, no end tag is required. 3. IE means that this tag is only suitable for Internet Explorer. 4. NC means that this mark is only applicable to Netscape Communicator. 5. Opposition means that the tag is not approved by W3C. Usually this tag is customized by Microsoft or Netscape and has been supported by everyone, but there are other options with the same or better functions in the HTML standard. 6. Deprecation means that the tag has been abandoned by W3C and is an obsolete tag, but HTML has downward compatibility, so browsers still support it. 7. New means that this tag is new in HTML 4.0. ——This article was reproduced from the Internet in the early stage. The source cannot be traced. The source is not indicated. Special instructions.
Related labels:
source:php.cn
Previous article:Automatic interception of Html long text after it exceeds the width of the tag_HTML/Xhtml_Web page production
Next article:Simple comparison of meta tags in html_HTML/Xhtml_Web page production
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Latest Issues
CSS styles not applied to site
I'm making a website using Bootstrap5 but the index.css properties are not being applied t...
From 2024-04-06 17:12:23
0
1
336
CSS bottom border on navigation bar
I have a navigation bar and I have added a red line at the bottom when any item in the lis...
From 2024-04-06 15:04:41
0
2
347
Related Topics
More>
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
|