【发布时间】:2013-10-27 11:54:21
【问题描述】:
我想包括一篇文章的发布和修改时间。我查看了文档,但找不到相关信息。
到目前为止,我得到了这个:
<article>
<h2>Summer</h2>
<p>Also the favorite word of <strong>5000</strong> people more</p>
<time pubdate="2009-11-13">1s</time>
<time datetime="2009-11-13">10s</time>
</article>
【问题讨论】:
标签: html date semantic-markup