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

section和article元素

时间:2016-10-25 14:32:38      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:utf-8   htm   技术   set   span   header   lang   版权   meta   

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>第一课</title>
</head>
<body>
<artcile>
    <header>
        <h1> 我是artcile标题   </h1>
            <p>创建时间:<time pubdate="pubdate">2016/10/21</time>

            </p>

    </header>
    <p>
        <b>Artcile</b> 是一个独立的区域
    </p>
    <section>
        <h2>读者评论</h2>
        <article>
            <header><h3>读者:李范</h3>
            <p><time pubdate datetim="2016/10/21T22:00">2小时前</time></p></header>
            <p>文章很好!</p>
        </article>
        <article>
            <header><h3>读者:李范</h3>
                <p><time pubdate datetim="2016/10/21T23:00">3小时前</time></p></header>
            <p>文章不错,写的很好!</p>
        </article>

    </section>

    <footer>
        <p><small>麦子学院版权所有</small></p>

    </footer>
</artcile>
</body>
</html>

 

技术分享

 

section和article元素

标签:utf-8   htm   技术   set   span   header   lang   版权   meta   

原文地址:http://www.cnblogs.com/Yimi/p/5996234.html

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