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

HTML5 Tutorial FeedBurner

The HTML5 <hgroup> Tag  
The HTML5 <hgroup> tag is mainly used as a representation for the heading of a section. The HTML5 <hgroup> tag is an integral part when creating multiple headings or subheadings and the tags <h1> to <h6> are incorporated within the HTML document.

The HTML5 <hgroup> tag is not present in HTML4. Making the Global Attributes and Event Attributes work with HTML5 <hgroup> tag is not a problem since these are also compatible with the tag. More importantly, the HTML5 <hgroup> tag is also compatible with the major web browsers like Firefox, Google Chrome, Safari, Opera and Internet Explorer so there should be no concerns when using this tag.

Print HTML5 <hgroup> Tag Bookmark HTML5 <hgroup> Tag

Related Articles  
The HTML5 <frameset> Tag
The HTML <frameset> tag is no longer utilized for HTML5. Before, the use of HTML <frameset> tag is ...
The HTML5 <dt> Tag
The HTML5 <dt> tag is an important addition in any HTML document particularly when further terminology definition ...
The HTML5 <u> Tag
The HTML5 <u> tag is no longer functional in HTML5. Before, the purpose of using HTML <u> tag is to put an ...
The HTML5 <td> Tag
The HTML5 <td> tag is used for specifying the cell within a table that has to be incorporated within an HTML ...
The HTML5 <figure> Tag
The HTML5 <figure> tag is primarily used for adding self-contained content within the document. It is utilized ...
The HTML5 <details> Tag
The purpose of the HTML5 <details> tag is important if the author would like to add some more information which ...
More