Loading...
Loading...
HyperText Markup Language
MIME type: text/html
HTML is the standard markup language for creating web pages. Every website you visit is built with HTML, which defines the structure and content of the page.
HTML5 is the current standard (W3C Recommendation). It uses a tree structure of elements defined by tags (<div>, <p>, <h1>, etc.). HTML5 added semantic elements (header, nav, article, section), native video/audio, canvas drawing, and local storage.
An HTML file defines the structure and content of a web page using markup tags. It's the foundation of every website on the internet.