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

HTML5 Tutorial FeedBurner

The HTML5 <h1> to <h6> Tags   
The HTML5 <h1> to <h6> tags are mainly utilized for defining the headings that are used within a document. This allows better organization of content so users would not have a hard time in understanding the contents of the web page. The main difference among the HTML5 <h1> to <h6> tags is that <h1> tag is the most important while <h6> tag is the least important among the headings.

The HTML5 <h1> to <h6> tags are aligned with the use of CSS. The align attribute was considered obsolete in HTML4.01 and it is no longer utilized in HTML5.

When the HTML5 <h1> to <h6> tags are used, this is how it should look like.

  • <h1>First Heading Should Be Placed Here</h1>
  • <h2>Second Heading Should Be Placed Here</h2>
  • <h3>Third Heading Should Be Placed Here</h3>
  • <h4>Fourth Heading Should Be Placed Here</h4>
  • <h5>Fifth Heading Should Be Placed Here</h5>
  • <h6>Sixth Heading Should Be Placed Here</h6>

Using the HTML5 <h1> to <h6> tags is easy because these are recognized by the primary web browsers these days just like Firefox, Google Chrome, Internet Explorer, Opera and Safari. The Global Attributes and Event Attributes are also compatible with HTML5 <h1> to <h6> tags.

Print HTML5 <h1> to <h6> Tags Bookmark HTML5 <h1> to <h6> Tags

Related Articles  
The HTML5 <cite> Tag
The HTML5 <cite> tag is necessary when indicating the title of a specific work that is incorporated in the HTML ...
The HTML5 <rt> Tag
The HTML5 <rt> tag is used along with the <ruby> and <rp> tags to clearly define he ruby ...
The HTML5 <keygen> Tag
The use of HTML5 <keygen> tag is necessary when the author has to specify a key pair generator field which is ...
The HTML5 <font> Tag
The <font> tag is not utilized in HTML5. To be able to change the details and aesthetics of text, it would be ...
The HTML5 <video> Tag
The HTML5 <video> tag is the main tool of the author to add some movie clip or video stream within a document.
The HTML5 <kbd> Tag
When creating an HTML document, the purpose of HTML5 <kbd> tag is to specify a keyboard input. It is for the text ...
More