HTML development manual
/ <article>
<article>
HTML <article> 标签 实例 <article> <h1>Internet Explorer 9</h1> <p>Windows Internet Explorer 9 (abbreviated as IE9) was re..
HTML <article> 标签
实例
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>php中文网(php.cn)</title> </head> <body> <article> <h1>Internet Explorer 9</h1> <p> Windows Internet Explorer 9(缩写为 IE9 )在2011年3月14日21:00 发布。</p> </article> </body> </html>
运行实例 »
点击 "运行实例" 按钮查看在线实例
浏览器支持
IE 9+、Firefox、Opera、Chrome 和 Safari 都支持 <article> 标签。
注释: IE 8 或更早版本的 IE 浏览器不支持 <article> 标签。
标签定义及使用说明
<article> 标签定义独立的内容。
<article> 标签定义的内容本身必须是有意义的且必须是独立于文档的其余部分。
<article> 的潜在来源:
论坛帖子
博客文章
新闻故事
评论
HTML 4.01 与 HTML5之间的差异
<article> 标签是 HTML5 的新标签。
全局属性
<article> 标签支持 HTML 的全局属性。
事件属性
<article> 标签支持 HTML 的事件属性。