HTML
HTML5 语义元素
以下实例定义了文章的头部
源代码:
点击运行 »
<article> <header> <h1>Internet Explorer 9</h1> <p><time pubdate datetime="2011-03-15"></time></p> </header> <p>Windows Internet Explorer 9(缩写为 IE9 )是在2011年3月14日21:00发布的</p> </article>
运行结果:
点击运行 »