HTML5 <section>标记的示例

<html>
<body>
    <section>
  <h1>第一节</h1>
  <p>内容内容</p>
</section> 
  <section>
  <h1>第二节</h1>
  <p>内容内容</p>
</section>
</body>
</html>
html 5中的<section>标记

在本文中,我将在HTML 5中解释部分标记。

section元素表示文档或者应用程序的通用部分。
HTML <section>标记用于表示文章中的一节

日期:2020-04-11 23:04:17 来源:oir作者:oir