"Reprint please retain the integrity of the content of the Wind network article, if you do not comply with this principle, we will retain the right to pursue legal responsibility"
<section> Label
Definitions and usage
<section> label defines sections (section, section) in a document. such as chapters, headers, footers, or other parts of a document.
Instance
section in the document that explains PRC:
<section>
<h1>PRC</h1>
<p>the arranges ' s Republic of the was born in 1949...</p>
</section>
Tiy
<! DOCTYPE html>
<html>
<body>
<section>
<h1>PRC</h1>
<p>the arranges ' s Republic of the was born in 1949...</p>
</section>
</body>
</html>
Differences between HTML 4.01 and HTML 5
The <section> label is a new label in HTML 5.
Property
The attribute value describes the URL of the cite URL section, if the section is excerpted from the Web.
Standard properties
<section> tags support standard properties in HTML 5.
Event Properties
<section> tags support event properties in HTML 5.