Important Notes on Saving
Web Pages:
•ALWAYS
name your home page
index! Web browsers look for this file name as the first page in a site.
It will save you and your users many hassles if you will make this a habit!
•It doesn't matter if you use .htm or .html for the web page
file extension. They behave the same way, so don't worry if some of your
web pages are .htm and some are .html. However...
•Get a file-naming habit! This will make your life SO much easier.
It makes it easier to find, organize, link and work with all of your many files.
Some good habits are:
••case habits: write file names in all lower case, all
caps, 1st letter caps then lower, etc. Choose one way and stick with it. More
and more web servers are using Linux {coolest stuff ever}, and, as
Linux is case-sensitive, it will see index.htm and Index.htm as 2 different
files.
••space habits: most browsers don't really like spaces,
so it's a good habit not to use them. Also, Linux doesn't appreciate spaces
in filenames.