"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"
<header> Label
Definitions and usage
<header> label defines the header of the document (introductory information).
Instance
Introduction to Home page:
<header>
<h1>welcome to my homepage www.ithov.com </h1>
<p>my http://www.aliyun.com/zixun/aggregation/11696.html ">name is Donald duck</p>
</header>
<p>the Rest of my home page...</p>
<p> Wind Network test www.ithov.com of my home page...</p>
Try the code yourself:
<! DOCTYPE html>
<html>
<body>
<header>
<h1>welcome to my homepage</h1>
<p>my name is Donald duck</p>
</header>
<p>the Rest of my home page ... Www.ithov.com .</p>
</body>
</html>
Differences between HTML 4.01 and HTML 5
The <header> label is a new label in HTML 5.
Standard properties
<header> tags support standard properties in HTML 5.
Event Properties
<header> tags support event properties in HTML 5.