代碼
提交代碼
<article> <!-- 定義一篇文章 -->
<header>
<h1>article元素使用方法</h1>
<p>發(fā)表日期:<time pubdate="pubdate">2017/2/9</time></p>
</header>
<p>此標簽里顯示的是article整個文章的主要內(nèi)容</p>
</article>
運行結果