HTML5 <article> Tag



Definition and Usage

The <article> tag defines content that stands alone and is complete on its own.

The article should be self-contained and understandable on its own. It must be able to be shared separately from the rest of the website.

Possible sources for the <article> element:

  • Forum post
  • Blog post
  • News story

Note: The <article> tag doesn't have a special look in a browser. But you can make it look different using CSS (like in the example below).


Global Attributes

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


Event Attributes

The <article> tag in HTML can also handle Event Attributes.


More Examples


Default CSS Settings

Most browsers will show the <article> tag with the following preset values: