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

HTML5 Tutorial FeedBurner

HTML5 History  
HTML goes back to 1993 when it was first published as internet draft. It evolved through such important milestones as 2.0, 3.2, and 4.0. However, there were few shortcomings in HTML that people saw as show stoppers for the HTML further development. However, a group of people decided to take it to the next level and created Web Hypertext Application Working Group (WHATWG) in 2004. This was the year when HTML5 specification was published for the first time.

The Web Hypertext Application Working Group got a boost when W3C started to look at HTML 5 in 2006 and published its own draft of HTML5 in 2008. This step prompted all of the Browser supporting organization to implement features published in HTML5 draft and many new browsers are coming up with HTML5 enabled. Moreover, there is a feedback loop that exists between browser producers and HTML5 users that feed on each other for new features and implementations of HTML5.

There are now two important milestones that are set for HTML5. First, it is 2012 when candidate recommendation will be published. Second, it is 2022 when proposed recommendation will be published.

It is important to note that HTML5 is not supported by IE 6.0 and any support by future versions of IE, FireFox or Chrome will be gradual.

Print HTML5 History Bookmark HTML5 History

Related Articles  
HTML5 design principles
The main objective of HTML5 is not degrading any of the existing content on the internet. There is over 20 years of ...
HTML5 Selectors API
HTML5 makes it easier to find HTML5 elements on the page or within your DOM structure. List of available calls and ...
HTML5 plug-ins
HTML5 is built to be versatile enough so that third party plug-ins would not be required. HTML5 nativly supports many ...
HTML5 Sectioning content type
Sectioning is a new semantic markup to define sections on the page. It is mainly used as future expansion of HTML5 ...
HTML5 new elements
HTML5 has many more HTML markup elements. These markup elements are grouped into content types for easy access and ...
New features in HTML 5
The following features are part of HTML5. This features can be tested in HTML5 compatible browsers.
More