标签
-
头部
<header></header>
-
主要内容
<main></main>
-
划分区域:
<section>
-
划分文章章节:
<article>
`<section> <article> <aside>内容 </aside> </article> </section>`
`<section> <h3>标题</h3> <p>文字</p> <aside>内容</aside> </section>`
-
导航
`<nav> <ul> <li>内容 <li>内容 </ul> </nav>
-
figure——放图片文字
`<figure> <p>文字</p> <img>图片 <h3>标题</h3> </figure>`
-
hgroup——标题与子标题结合
`<hgoup> <h2>标题</h2> <h4>标题</h4> </hgroup>`
-
底部
<footer></footer>
网友评论