Generated by DeepSeek V3.2| HTML5 | |
|---|---|
| Name | HTML5 |
| Standard | W3C Recommendation |
| Year started | 2008 |
| Year published | 2014 |
| Based on | HTML 4.01, XHTML 1.1 |
HTML5 is the fifth and final major version of the Hypertext Markup Language, the standard language for structuring and presenting content on the World Wide Web. It was published as a W3C Recommendation in October 2014, succeeding HTML 4.01 and XHTML 1.1. The specification was developed through a collaborative effort between the World Wide Web Consortium and the Web Hypertext Application Technology Working Group, aiming to improve support for modern multimedia and web applications while maintaining backward compatibility.
The development of HTML5 began in 2004 when the Web Hypertext Application Technology Working Group was formed by individuals from Apple Inc., the Mozilla Foundation, and Opera Software, who were concerned that the W3C was not focusing sufficiently on evolving HTML for web applications. This group published the first public working draft in 2008. A major milestone occurred in 2011 when Tim Berners-Lee announced that the W3C would shift its focus from XHTML 2.0 to collaborate with the WHATWG on HTML5. The specification reached W3C Candidate Recommendation status in 2012 and was formally standardized as a W3C Recommendation in October 2014, with the International Organization for Standardization and the International Electrotechnical Commission adopting it as ISO/IEC 15445:2015. Key figures in its development included Ian Hickson and David Hyatt.
HTML5 introduced a wide array of new features and APIs designed to support rich, interactive web content without relying on proprietary plugins like Adobe Flash Player. New semantic elements such as `
HTML5 represents a significant departure from HTML 4.01 in both syntax and capability. It defines a single, more forgiving parsing model, making error handling consistent across browsers, unlike the strict rules of XHTML. It deprecates many presentational elements and attributes that were common in HTML 4, such as `` and `
Browser support for HTML5 features has been a gradual and ongoing process since the late 2000s. Early implementers included Mozilla Firefox, Google Chrome, Apple Safari, and Opera Browser, with Microsoft Internet Explorer lagging behind, particularly before Internet Explorer 9. The creation of the HTML5 Test website helped developers assess browser compliance. To ensure compatibility with older browsers like Internet Explorer 6, developers often used polyfill scripts from resources like Modernizr. The rise of mobile browsers on iOS and Android accelerated adoption, as these platforms heavily favored web standards over plugins. Today, all major browsers, including Microsoft Edge, offer extensive and largely consistent support for core HTML5 features.
The adoption of HTML5 has profoundly reshaped the web development landscape, enabling the creation of sophisticated web applications that rival native software. It played a crucial role in the decline of Adobe Flash Player, with major platforms like YouTube and Facebook transitioning to HTML5 video. The standard is fundamental to modern Progressive Web Apps and single-page applications built with frameworks like AngularJS, React, and Vue.js. Its multimedia capabilities have impacted online gaming, education through platforms like Khan Academy, and digital publishing. The specification's ongoing development is now managed as a "living standard" by the WHATWG, ensuring continuous evolution in response to the needs of the World Wide Web.
Category:Markup languages Category:Web standards Category:HTML