独立的文档区域,可以做为<section>
标签的父类。
<html>
<head>
</head>
<body>
<article>
<section>
<h1>章节1</h1>
<p>章节段落1</p>
<p>章节段落N</p>
</section>
<section>
<h1>章节2</h1>
<p>章节段落2</p>
<p>章节段落N</p>
</section>
</article>
</body>
</html>
扩展阅读 | |
---|---|
HTML5 语义化 | 7/17/2018, 1:30:36 PM |