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

HTML5 Tutorial FeedBurner

The HTML5 <div> Tag  
The HTML5 <div> tag is the key in separating different partitions within an HTML document. This is necessary because it makes it easier for author to construct the document in an organized way. At the same time, the document will also be more user-friendly.

Formatting is easy with HTML5 <div> tag. It is capable of determining which group the block elements should belong to. Then, applying the style and format for this group is easier with the use of CSS.

For the comparison of HTML4.01 and HTML5, the only difference when it comes to the use of <div> tag is the method on how it is aligned. For HTML4.01, the align attribute can be used. However, this is already considered as obsolete. So, for HTML5, it is necessary to use CSS for doing this type of formatting.

Using the HTML5 <div> tag is not a problem because it is compatible with both the Events Attributes and Global Attributes in HTML5. All major web browsers are also attuned to the use of the HTML5 <div> tag.

Print HTML5 <div> Tag Bookmark HTML5 <div> Tag

Related Articles  
The HTML5 <caption> Tag
When a table has to be placed, using the HTML5 <caption> tag is necessary. It is the key in putting proper labels ...
The HTML5 <html> Tag
The HTML5 <html> tag is utilized as the main container of all the other elements that are placed within the ...
The HTML5 <form> Tag
The HTML5 <form> tag is utilized such that a form that can be answered by the user may be incorporated within the ...
The HTML5 <strike> Tag
The use of the HTML <strike> tag is no longer accepted for HTML5 documents. To be able to achieve the ...
The HTML5 <legend> Tag
The primary reason why authors of HTML documents have to use HTML5 <legend> tag is because this is important in ...
The HTML5 <sup> Tag
The HTML5 <sup> tag has to be used by the author if it is necessary to add superscript texts within the document.
More