HTML 5: The Future of The Internet

HTML 5 Logo

HTML 5 Logo

Google I/O 2011

Mobile and desktop are converging on HTML5 as a strong, portable base for delivering rich experiences. Come learn about the future of HTML5, CSS, DOM, and JavaScript that will help you build better, richer apps even faster.

HTML 5 is the latest revision of the HTML standard that was originally created in 1990 and most recently standardized as HTML4 in 1997 and currently remains under development. Its core aims have been to improve the language with support for the latest multimedia while keeping it easily readable by humans and consistently understood by computers and devices (web browsers, parsers etc.). HTML5 is intended to subsume not only HTML4, but XHTML1 and DOM2HTML (particularly JavaScript) as well.

HTML5 introduces a number of new elements and attributes that reflect typical usage on modern websites. Some of them are semantic replacements for common uses of generic block (<div>) and inline (<span>) elements, for example <nav> (website navigation block), <footer> (usually referring to bottom of web page or to last lines of HTML code), or <audio> and <video> instead of <object>. Some deprecated elements from HTML 4.01 have been dropped, including purely presentational elements such as <font> and <center>, whose effects are achieved using Cascading Style Sheets. There is also a renewed emphasis on the importance of DOM scripting (e.g., JavaScript) in Web behavior.

The HTML5 syntax is no longer based on SGML despite the similarity of its markup. It has, however, been designed to be backward compatible with common parsing of older versions of HTML. It comes with a new introductory line that looks like an SGML document type declaration, <!DOCTYPE html>, which triggers the standards-compliant rendering mode. As of 5 January 2009, HTML5 also includes Web Forms 2.0, a previously separate WHATWG specification.

YouTube’s iframe Player: The Future of Embedding

HTML5 Today with Google Chrome Frame

This entry was posted in Software and tagged , . Bookmark the permalink.

Comments are closed.