|
Posted by David Dorward on 03/24/06 01:38
The Numerator wrote:
> I know a lot about HTML and now I'm teaching myself PHP to make my
> pages more dynamic. However, all this time, I have no clue what the
> difference is between .HTML files and .HTM files. Someone told me that
> .HTM files were newer than .HTML files. Another source said that .HTM
> files worked better with links or something.
HTML files are HTML files, no matter what file extension they have (if they
have one at all). A .html file extension is normal. A .htm file extension
is typically legacy from DOS and Windows machines predating the mid-90s
(which used filesystems which only supported three character file
extensions). Over HTTP there are no file extensions, only URLs which might
happen to have the characters ".html" in them as they might map directly
onto a filesystem.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|