Complete list of HTML tags
1. Document Structure Tags
- !DOCTYPE - Document Type Declaration
- html - Root Element of HTML Document
- head - Document Head Container
- title - Document Title
- body - Document Main Content
- meta - Document Metadata
- link - External Resource Link
- style - Embedded CSS Styles
- script - Client-Side Script
- base - Base URL Setting
2. Text Content Tags
- h1 to h6 - Heading Levels
- p - Paragraph Text
- br - Line Break
- hr - Horizontal Rule
- pre - Preformatted Text
- blockquote - Block Quotation
- q - Inline Quotation
- cite - Citation Source
- code - Computer Code
- var - Variable Name
- samp - Program Output Sample
- kbd - Keyboard Input
- sub - Subscript Text
- sup - Superscript Text
- time - Date/Time Representation
3. Semantic Tags
- header - Header or Section Header
- footer - Footer or Section Footer
- nav - Navigation Links
- main - Document Main Content
- article - Independent Content Block
- section - Document Section
- aside - Side Content
- figure - Media Content Group
- figcaption - Media Content Caption
- mark - Highlighted Text
- summary - Details Summary
- details - Expandable Details
- dialog - Dialog Window
- data - Machine-Readable Data
4. List Tags
- ul - Unordered List
- ol - Ordered List
- li - List Item
- dl - Description List
- dt - Description Term
- dd - Description Details
- menu - Menu List
- dir - Directory List (Deprecated)
5. Table Tags
- table - Table Container
- caption - Table Caption
- thead - Table Header Section
- tbody - Table Body Section
- tfoot - Table Footer Section
- tr - Table Row
- th - Table Header Cell
- td - Table Data Cell
- col - Column Attributes
- colgroup - Column Group
6. Form Tags
- form - Form Container
- input - Input Control
- textarea - Multiline Text Input
- button - Clickable Button
- select - Dropdown Select
- optgroup - Option Group
- option - Dropdown Option
- label - Form Label
- fieldset - Form Group
- legend - Group Title
- datalist - Input Suggestions
- output - Calculation Result
- meter - Scalar Measurement
- progress - Progress Bar
7. Multimedia Tags
- img - Image Embed
- audio - Audio Content
- video - Video Content
- source - Media Source
- track - Media Text Track
- embed - External Application Embed
- object - Embedded Object
- param - Object Parameter
- picture - Responsive Image
- svg - SVG Vector Graphics
- canvas - Graphics Canvas
- map - Image Map
- area - Image Map Area
8. Interaction & Script Tags
- noscript - Script Unavailable Content
- template - Content Template
- slot - Web Component Slot
- script - Client-Side Script
- iframe - Inline Frame
- frame - Frame (Deprecated)
- frameset - Frameset (Deprecated)
- noframes - Frame Fallback (Deprecated)
9. Metadata Tags
- meta - Document Metadata
- base - Base URL
- link - Resource Link
- style - Style Information
- title - Document Title
- head - Metadata Container
10. Special Purpose Tags
本站部分内容来自互联网,一切版权均归源网站或源作者所有。
如果侵犯了你的权益请来信告知我们删除。邮箱:cc@cccx.cn
上一篇:super关键字的使用
下一篇:getter和setter方法