What is the difference between .htm and .html?
- Extension
- .htm
- .html
- Format
- Text
- Text
- Category
- Developer
- Developer
- Developer
- World Wide Web Consortium (W3C)
- World Wide Web Consortium (W3C)
- Description
- Commonly used by web browsers like Mozilla Firefox and Internet Explorer to show format text and images in an HTML web page. In plain text format, they contain markup code.
- 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.
- MIME Type
- text/html
- text/html
- Sample
- sample.htm
- sample.html
- Wikipedia
- .htm on Wikipedia
- .html on Wikipedia