limanza

tag < article > :

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

Example
code <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>
output

Internet Explorer 9

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

 

Copyright 2014. All rights reserved.