Logo
  Sunday, May 20, 2012
Sign-In  |  Sign-Up  |  Contact Us  | Bookmark |  RSS Feed

HTML5 Tutorial FeedBurner

The HTML5 <article> Tag  
The HTML5 <article> tag is an indicator of a content that can stand on its own. This means that even if that particular content is taken out of the website or webpage, the meaning and sense remains in-tact. There are common instances during which the HTML5 <article> tag is utilized. It is important for creating blogs articles, web content articles, forum posts, online news articles and other web content which involves the use of texts.

The use of <article> tag is not similar for HTML5 and HTML4.01 because it is present only in HTML5 and this is not used in HTML 4.01.

On the other hand, the HTML5 <article> tag is capable of supporting the Global Attributes and Event Attributes in HTML5.

Using the HTML5 <article> tag is not a problem because all the major web browsers like Firefox, Safari, Opera, Google Chrome and Internet Explorer support this tag.

Print HTML5 <article> Tag Bookmark HTML5 <article> Tag

Related Articles  
The HTML5 <tt> Tag
The HTML5 <tt> tag is no longer used and supported in HMTL5. Prior to HTML5, the HTML <tt> tag is utilized ...
The HTML5 <progress> Tag
Using the HTML5 <progress> tag is not as easy as utilizing other tags for HTML5. It has limited compatibility ...
The HTML5 <blockquote> Tag
The HTML5 <blockquote> tag is an element which identifies a section that is usually quoted from another source or ...
The HTML5 <thead> Tag
The main purpose of the HTML5 <thead> tag is to put all header content within the HTML document in a single ...
The HTML5 <big> Tag
The <big> tag is not supported in HTML5. CSS is needed to reach desired effect when seen on web browsers.
The HTML5 <title> Tag
The HTML5 <title> tag is very important in creating HTML documents because it has the ability to add title, ...
More