W3C, in collaboration with Web Hypertext Application Technology Working Group (WHATWG), created HTML5 with the aim to make web and mobile app development easier. The project attempts to define a single markup language that can be written in either HTML or XHTML.
HTML5 offers new additions such as new elements and attributes, a renewed emphasis on the importance of DOM scripting, form control attributes (number, date, time, calendar), graphic elements (svg and canvas tags) and even multimedia elements. New Plugins and APIs have also been added.
Learn HTML5 and all of its latest features by building a quiz application. The tutorial will teach you how to create the UI, how to manipulate DOM using JQuery and even how to optimize coding in HTML5.