PDA

View Full Version : Extension question


Orcmonkey
02-02-2002, 12:12 PM
When making a site, what is the difference between .htm and .html? Which one should I use for saving code in notepad for example?

edrod13
02-02-2002, 12:33 PM
Orcmonkey,

When some members reccomended that I go to HTMLGODDIES to learn the basics. I read that those extensions where realavent to the version of OS you were running. I think it was .HTM for windows 95 or below and .HTML for 98 and above. HTH

Edrod13

edrod13
02-02-2002, 12:44 PM
Orcmonkey,

It's a little different: Win 3.x you use .HTM becuase you can only place three characters after the dot. MAC/Win95/98 or above you use .HTML because it you can use up to four or more characters after the dot. HTH

Edrod13:D

Orcmonkey
02-02-2002, 01:17 PM
But say you upload it as an htm, if the person types html, will it still show up?

mairving
02-02-2002, 02:51 PM
Originally posted by Orcmonkey
But say you upload it as an htm, if the person types html, will it still show up? Nope, you will get a 404 (file not found) error, since the file html doesn't exist.