C. Naming conventions
When saving a file to be used in a website, such as a HTML page or an image file, name the file using
lower case and no spaces. For example, an image file should be named “portrait_smith.jpg” instead
of “Portrait Smith.jpg”.
When naming HTML files, find out from the web server administrator whether the file name
extension should be .htm or .html. Different web servers require one or the other ending.
Whichever one you use, keep the ending consistent throughout the entire website.
Keep in mind that all file names and folder names are public. Use appropriate and descriptive
terms.