回到首页
个人中心
反馈问题
注册登录
下载APP
代码
提交代码
<article> <!-- 定义一篇文章 --> <header> <h1>article元素使用方法</h1> <p>发表日期:<time pubdate="pubdate">2017/2/9</time></p> </header> <p>此标签里显示的是article整个文章的主要内容</p> </article>
运行结果