What is the difference between HTM and HTML? What is the difference between HTM and HTML?

What is the difference between HTM and HTML? What is the difference between HTM and HTML?

In the process of learning web design, I did not delve into many of the problems I encountered, such as the relationship between html and htm. Today I have specially sorted it out, and I hope it will be helpful to you.
The most common extension for files containing HTML content is .html, but older operating systems like DOS limited extensions to a maximum of 3 characters, so the .htm extension was also used. Although less used today, the .htm extension is still widely supported.
Both are extensions of static web page files. The extensions can be interchanged without causing errors (this refers to opening, but for a link, if it points to an htm file, and that htm file is changed to an html file, then the link cannot be found)
HTML loads faster than HTML . HTML was born in the DOS era of three-character file extensions. HTML was born in the Windows era of supporting multi-character extensions.

<<:  Getting Started Tutorial on Animating SVG Path Strokes Using CSS3

>>:  Docker deploys net5 program to achieve cross-platform functions

Recommend

Details of 7 kinds of component communication in Vue3

Table of contents 1. Vue3 component communication...

Detailed tutorial on VMware installation of Linux CentOS 7.7 system

How to install Linux CentOS 7.7 system in Vmware,...

MySQL InnoDB monitoring (system layer, database layer)

MySQL InnoDB monitoring (system layer, database l...

Solution to mysql server 5.5 connection failure

The solution to the problem that mysql cannot be ...

10 bad habits to avoid in Docker container applications

There is no doubt that containers have become an ...

js to achieve simple accordion effect

This article shares the specific code of js to ac...

Tools to convert static websites into RSS

<br /> This article is translated from allwe...

How to Enable or Disable Linux Services Using chkconfig and systemctl Commands

This is an important (and wonderful) topic for Li...

JavaScript web page entry-level development detailed explanation

Part 3: ❤Three ways to overlook backend data rece...

26 Commonly Forgotten CSS Tips

This is a collection of commonly used but easily ...

WeChat applet implements calculator function

WeChat Mini Programs are becoming more and more p...

jQuery realizes the effect of theater seat selection and reservation

jQuery realizes the effect of theater seat select...

Sample code for implementing mysql master-slave replication in docker

Table of contents 1. Overview 1. Principle 2. Imp...

How to solve the problem of ERROR 2003 (HY000) when starting mysql

1. Problem Description When starting MYSQL, a pro...