<!DOCTYPE html>
<html>
<body>
<article>
<h1>Internet Explorer 9</h1>
<p>Windows Internet Explorer 9(简称 IE9)于 2011 年 3 月 14 日发布.....</p>
</article>
</body>
</html>
注释:Internet Explorer 8 以及更早的版本不支持 <article> 标签。
<article> 标签规定独立的自包含内容。
一篇文章应有其自身的意义,应该有可能独立于站点的其余部分对其进行分发。
<article> 元素的潜在来源:
· 论坛帖子
· 报纸文章
· 博客条目
· 用户评论
<article> 标签是 HTML 5 中的新标签。