码迷,mamicode.com
首页 > 其他好文 > 详细

2.10.1 article元素

时间:2019-06-19 23:16:02      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:class   span   code   object   style   doc   html   作者   height   

 嵌套

<!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元素

标签:class   span   code   object   style   doc   html   作者   height   

原文地址:https://www.cnblogs.com/kikyoqiang/p/11055521.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!