When I save a file with an .htm or .html extension, which one is correct and what is different?
|
|
|
|
|
|
|
Neither is wrong, it's a matter of preference. Traditionally, MS software uses As oded pointed out below, the .htm tradition was carried over from win 3.xx, where file extensions were limited to three characters. |
||||
|
|
|
Both are correct back in the past file extensions had to be a maximum of 3 characters long. |
||||
|
|
|
When you save the file locally, the difference doesn't matter - your local system will likely treat the two file extensions as interchangeable for loading by your browser. The reason for it is that historically Windows-based systems used 3 letter extensions ( On a server-side, there may be some differences when it comes to serving default filenames:
So if you have any level of control over your server's default filenames, then this shouldn't be an issue. |
|||
|
|
They are completely interchangeable. If I understand the history properly then in the beginning the correct extension was .html but when Windows 95 came along it could only cope with 3 character extensions. So .html is correct according to some standard or other but in practice it doesn't matter (most of the time...have just done a quick google search and found the following) There is one area of concern though, most host servers will require your default starting page to be named as "index.html" and not as "index.htm" |
||
|
|
|
|
Personally I prefer .html, since the name is "Hypertext markup language". .htm was used because certain legacy versions of windows could not have more than 3 characters in the file name extension |
||
|
|
|
|
Mainly, the number of characters is different. ".htm" smells of Microsoft operating systems where the file system historically limited file name extensions (the part of the file name after the dot) to 3 characters. ".html" smells of Un*x operating systems that did not have this limitation and that were used for all the serious internet work at the time. Pragmatically, the two are equivalent. The difference is cultural. ".html" is regarded by some as more correct. The same people tend to look down at Microsoft operating systems and regard ".htm" as unsightly reminder of their limitations. |
||
|
|
|
|
Personally I prefer the .html but as other have said both will work. Just make sure you only use one. Never both on the same site! link to mypage.html is not the same as link to mypage.htm |
|||
|
|
|
|
Also notice that as part of a URI, the file extension doesn't play any role. In fact, it isn't even a file extension, it just looks like one. The type of the resource identified by a URI is not encoded in its name. Instead, it is decided by the Sir Tim Berners-Lee elaborates on this in Hypertext Style: Cool URIs Don't Change. |
||
|
|
|
|
I use .htm. Less typing I guess. Or perhaps it's my windows-bias. |
||
|
|
