欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

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>