section:区段 类似于段落
文档中的区段,解释了 PRC:
<section>
<h1>PRC</h1>
<p>The People's Republic of China was born in 1949...</p>
</section>
footer:文档中的页脚部分
<footer>
<p>Posted by: W3School</p>
<p>Contact informa</p>
</footer>
header:标签定义文档的页眉
<header>
<h1>Welcome to my homepage</h1>
<p>My name is Donald Duck</p>
</header>
article:标签规定独立的自包含内容
<article>
<h1>Internet Explorer 9</h1>
<p>Windows Internet Explorer 9(简称 IE9)于 2011 年 3 月 14 日发布.....</p>
</article>