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

HTML5 Tutorial FeedBurner

The HTML5 <!DOCTYPE> Declaration  
The important thing about using the HTML5 <!DOCTYPE> Declaration is that it should be the first information that is indicated in your HTML5 document. It is placed before the <html> tag. In fact, it is a good thing to add the <!DOCTYPE> Declaration in all HTML documents so that the browser can easily identify the type of document used.

The <!DOCTYPE> Declaration is used differently in HTML5 and HTML4.01.

For HTML4.01, it is necessary to specify the reference to a DTD. That is because HMTL4.01 uses the SGML as basis. Aside from that, there are also three different ways on how to use the HTML4.01 <!DOCTYPE> Declaration.

On the other hand, reference to DTD is not longer required for HTML5 because it is not based on SGML.

It has to be noted that with HTML5 <!DOCTYPE> Declaration does not vary whether the lower or uppercase letters are used. It is also supported by the primary web browsers that are commonly used these days like the Google Chrome, Firefox, Safari, Opera and Internet Explorer.

Print HTML5 <!DOCTYPE> Declaration Bookmark HTML5 <!DOCTYPE> Declaration

Related Articles  
The HTML5 <address> Tag
The HTML5 <address> Tag is useful in providing pertinent information about the author or owner of a particular ...
The HTML5 <i> Tag
The use of HTML5 <i> tag is nothing complex but it is essential when it comes to making the content even easier ...
The HTML5 <rp> Tag
There are times when adding Ruby annotations within the document are necessary. The Ruby Annotations are those which ...
The HTML5 <wbr> Tag
The HTML5 <wbr> tag is also known as the Word Break Opportunity. The HTML5 <wbr> tag is mainly utilized so ...
The HTML5 <b> Tag
The HTML5 <b> tag is used to specify bold text. It is supported by all major browsers like Safari, Firefox, ...
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 ...
More