<article>


HTML <article> Tag

Instance

<!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>

Run Example»

Click the "Run Instance" button to view the online instance


Browser support

1000.png

IE 9+, Firefox, Opera, Chrome and Safari All support the <article> tag.

Note: IE 8 or earlier versions of IE browsers do not support the <article> tag.


Tag definition and usage instructions

<article> Tags define independent content.

<article> The content defined by the tag must be meaningful in itself and must be independent of the rest of the document. Potential sources for

<article>:

  • Forum Post

  • Blog Article

  • News Story

  • Comments


##Differences between HTML 4.01 and HTML5

< The article> tag is a new tag in HTML5.


Global attributes

<article> tag supports HTML global attributes.


Event attributes

<article> tag supports HTML event attributes.