Title: H1, H2, H3, H4, H5 .... Paragraph: P Line: BR container: Div, span (to accommodate other tags) table: table, TR, TD List: UL, OL, Li Pictures: img form: Input Link: a
1. Structural labeling
Responsible for the definition of the web context structure, ensuring that the HTML document includes:
Article article main content (a blog, a forum post, a section of user comments, plug-ins) header Tag header area content footer Mark foot Area Content Section Area Chapter Presentation nav menu navigation, link navigation
2. Block-level labels
Complete the partitioning of the Web page area to ensure effective separation of content, including:
Aside notes, tips, sidebar, abstract, inserting references as supplementary subjects to the elements of the composition and presentation of multiple elements, often combined with figcaption code to represent a block dialog human-to-human dialogue, including DT and DD two combination elements (dt for Indicates the speaker, DD is used to represent the speaker's content)
3. In-Line semantic tags
Complete the Web page specific content references and representations, enrich the display content, including:
Meter values within a specific range, such as salary, quantity, percent time value progress progress bar, can be controlled by Max, Min, step, complete the presentation of progress and monitor video elements for video playback, support buffering preload and various video media Physical audio elements for audio playback, support for buffered preload and multiple audio media formats
4. Interactive labeling
The expression of functional content, with certain content and data related, is the basis of various events, including:
Ldetails represents a specific piece of content that is not displayed by default, interacts with legend in some way (click) to display Ldatagrid control client data and display, which can be used for dynamic scripting in a timely manner lmenu for interactive menus lcommand for handling command buttons
Common HTML Tags