2.10.1 article元素

Posted kikyoqiang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2.10.1 article元素相关的知识,希望对你有一定的参考价值。

 嵌套

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <title></title>
</head>
<body>
    <article>
        <header>
            <h1>极客学院</h1>
        </header>
        <article>
            <header>
                作者
            </header>
            <p>评论</p>
            <footer>
                time
            </footer>
        </article>
        <footer>
            这是底部
        </footer>
    </article>

    <article>
        <h1>这是一个页面</h1>
        <object>
            <embed src="#" width="600px" height="400px"></embed>
        </object>

    </article>
</body>
</html>

 

以上是关于2.10.1 article元素的主要内容,如果未能解决你的问题,请参考以下文章