Comments: Hypertext Markup Language (HTML) 5 introduces new elements to HTML for the first time. The new structure elements include aside, figure, and section. New inline elements include time, meter, and SS. New embedded elements include video and audio. New interaction elements include details, datagrid, and command. Due to the lack of structure
Hypertext Markup Language (HTML) 5 introduces new elements to HTML for the first time. The new structure elements include aside, figure, and section. New inline elements include time, meter, and SS. New embedded elements include video and audio. New interaction elements include details, datagrid, and command.
Structure Element
Due to the lack of structure, HTML pages with good forms are hard to handle. You must analyze the title level to see how each part is divided. The sidebar, footer, header, navigation bar, main content area, and articles are all represented by common div elements. HTML 5 adds some new elements specifically used to identify these common structures: ection: this can be a chapter or section in the book, in fact, it can be anything with its own title in HTML 4 header: the header displayed on the page; different from the head element footer: footer; the signature nav in the email can be displayed: A group of links to other pages: articles in blogs, magazines, and articles.
Semantic block elements
In addition to structural elements, HTML 5 also adds some block-level elements with pure semantics: aside: Representing descriptions, prompts, sidebar, references, and additional comments, that is, the content outside the main line of the narrative figure: a block-level image, can also contain the description dialog: represents a conversation between several people