Thursday 3 July 2014

HTML Article !!


The <article> tag specifies independent, self-contained content on your website.
An article should make sense on its own and it should be possible to distribute it independently from the rest of the site or blog.
Article tags define <article>,  the article tag has a start or opening tag <article> and an end or closing tag </article>.
Potential sources for the <article> element:

Forum posting.
Blog posting.
News story.
Comment.

This is support all HTML version, and support all Browser.

Example:
<article>
  <h1>Online Webcoach</h1>
  <p>Online Webcoach is a free online tutorial website, this open and copyriht by 2014.</p>
</article>

Output:



Online Webcoach

Online Webcoach is a free online tutorial website, this open and copyriht by 2014.

No comments:

Post a Comment