Easy Tutorial
❮ Av Prop Autoplay Av Event Volumechange ❯

HTML <article> Tag

Example

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

Browser Support

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

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


Tag Definition and Usage

The <article> tag specifies independent content.

The content specified by the <article> tag should be meaningful on its own and should be possible to distribute independently from the rest of the site.

Potential sources for the <article> tag include:


Differences Between HTML 4.01 and HTML5

The <article> tag is new in HTML5.


Global Attributes

The <article> tag supports HTML's global attributes.


Event Attributes

The <article> tag supports HTML's event attributes.

❮ Av Prop Autoplay Av Event Volumechange ❯