Search w3schools.com:

SHARE THIS PAGE

HTML <article> Tag


Example

<article>
  <h1>Internet Explorer 9</h1>
  <p>Windows Internet Explorer 9 (abbreviated as IE9) was released to
  the  public on March 14, 2011 at 21:00 PDT.....</p>
</article>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The <article> tag is supported in Internet Explorer 9+, Firefox, Opera, Chrome, and Safari.

Note: Internet Explorer 8 and earlier versions, do not support the <article> tag.


Definition and Usage

The <article> tag specifies independent, self-contained content.

An article should make sense on its own and it should be possible to distribute it independently from the rest of the site.

Potential sources for the <article> element:

  • Forum post
  • Blog post
  • News story
  • Comment

Differences Between HTML 4.01 and HTML5

The <article> tag is new in HTML5.


Global Attributes

The <article> tag also supports the Global Attributes in HTML.


Event Attributes

The <article> tag also supports the Event Attributes in HTML.



Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]