What is the difference between .html and .mhtml?
- Extension
- .html
- .mhtml
- Format
- Text
- Binary
- Category
- Developer
- Developer
- Developer
- World Wide Web Consortium (W3C)
- Microsoft
- Description
- An HTML file is a webpage coded in HTML that can be displayed in a web browser. It is used to format text, tables, images, and other content that is displayed on a webpage. HTML files are widely used on the web as most pages within static websites have an ".html" extension.
- An MHTML file is an archive that contains all the contents of a webpage. It stores the HTML of the webpage, as well as linked resources in the webpage, which may include CSS, JavaScript, images, and audio files. MHTML files are primarily used by web developers to save the current state of a webpage for archival purposes.
- MIME Type
- text/html
- application/x-mimearchive
- Sample
- sample.html
- Wikipedia
- .html on Wikipedia
- .mhtml on Wikipedia