What are the commonly used structural elements in html?
青灯夜游Original
2022-09-15 17:48:587526browse
Commonly used structural elements in HTML are: 1. div, which can define partitions or sections in the document, and is used to provide structure and background for block-level content in the HTML document; 2. section, Represents an area in the document; 3. article, represents an independent structure in a document, page, application or website, which is intended to be an independently assignable or reusable structure; 4. aside, represents an area that is almost the same as the rest of the page content. Irrelevant parts; 5. header, indicating the page header or block header.
The operating environment of this tutorial: Windows 7 system, HTML5 version, Dell G3 computer.
Structural elements, also known as block elements, are elements used to define the content range of blocks. Previously, there was only one
block element. HTML5 added 7 new semantic structural elements, including ,
The above is the detailed content of What are the commonly used structural elements in html?. For more information, please follow other related articles on the PHP Chinese 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