HTML之页面结构

头部

<header> 
      <h1>网页头部</h1>
</header>

主体

<section> 
      <h1>主体部分</h1>
</section>

脚步

<footer> 
      <h1>网页脚部</h1>
</footer>
posted @ 2020-06-04 17:36  Kuris101  阅读(189)  评论(0)    收藏  举报