HTML5
Standard markup language for structuring web pages, media, and semantic content.
Overview
HTML5 (HyperText Markup Language, version 5) is the fifth major revision of HTML, the core markup language of the World Wide Web. Standardized by the W3C and WHATWG, it was officially released in October 2014.
HTML5 introduces semantic elements (like `<nav>`, `<footer>`, `<article>`), multimedia support (native `<audio>` and `<video>` tags), canvas for 2D/3D graphics, improved form validation, and new APIs for offline work, geolocation, storage, and WebSockets. It represents a significant evolution from HTML4/XHTML, removing obsolete tags and adding features that reflect modern web development practices.
Key features
- Production-oriented capabilities with an active ecosystem
- Integrations with popular languages and frameworks
- Documentation and community resources for adoption
- Clear positioning in the developer tools & design tools category
- Fits common modern stack patterns
- Strong option when requirements align with its sweet spot
- Operational complexity varies by hosting model and team experience
- Pricing and limits depend on workload and vendor tier
- Validate fit against alternatives before committing
Best for
Alternatives
More Language
Compare allThe web's core programming language for interactive pages, apps, and full-stack development.