html5文档头
程序员文章站
2024-03-25 16:37:34
...
<header>
<hgroup>
<h1></h1>
<h3></h3>
</hgroup>
<nav>
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</nav>
</header>
<main>
<section>
<article>
<aside></aside>
</article>
</section>
<figure>
<img src="" alt="">
<figcaption></figcaption>
</figure>
<progress></progress>
<p>哈哈哈<mark>哈哈</mark>哈哈哈哈哈哈哈</p>
</main>
<footer></footer>
下一篇: 3 创建HTML5文档