HTML Document — HyperText Markup Language document for web pages.
Quick facts
What is .html
A .html file is a HTML Document — HyperText Markup Language document for web pages.
In the mime-db registry it maps to text/html, and it is marked as compressible. When serving .html over HTTP, set the Content-Type header as shown in Developer info below.
Related entities: it maps to text/html and is used by Ecmarkup, HTML among others — and is delivered over HTTP via the Content-Type header.
How to open .html files
Developer info
When served over HTTP, responses should set the following header:
Content-Type: text/html
Common software that reads/writes .html:
Relation chain
Related extensions
Related MIME types
Related programming languages
Common uses
How to edit .html files
How to create .html files
Example
<!doctype html> <html> <head><title>Example</title></head> <body><h1>Hello</h1></body> </html>
Frequently asked questions
Common options include Chrome, VS Code, Firefox. You can also open many of these files with built-in viewers or a browser.
Create a new file in any text editor or the app that owns the format and save it with the .html extension.
text/html is the media type identifier used for .html files during network transfer (for example in the HTTP Content-Type header).
Sources & standards
Updated 2026-08-18
Explore this reference