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

Talking about Less and More in Web Design (Picture)

Less is More is a catchphrase for many designers....

Web interview Vue custom components and calling methods

Import: Due to project requirements, we will enca...

How to write object and param to play flash in firefox

Copy code The code is as follows: <object clas...

Join operation in Mysql

Types of joins 1. Inner join: The fields in the t...

How to manage docker through UI

Docker is being used in more and more scenarios. ...

Vue elementUI implements tree structure table and lazy loading

Table of contents 1. Achieve results 2. Backend i...

XHTML Getting Started Tutorial: Form Tags

<br />Forms are an important channel for use...

Pure CSS to achieve the water drop animation button in Material Design

Preface You should often see this kind of special...

uniapp project optimization methods and suggestions

Table of contents 1. Encapsulate complex page dat...

XHTML language default CSS style

html,address, blockquote, body,dd,div, dl,dt,fiel...

Three ways to achieve text flashing effect in CSS3 Example code

1. Change the transparency to achieve the gradual...

Detailed explanation of how to use the Vue license plate search component

A simple license plate input component (vue) for ...