Organise your web site files
- The most important thing to remember when organizing your site is to do it in a way that makes sense to you.
- Be consistent in your naming. It does not matter whether your name the files with .htm or .html What matters is keeping the same system across the entire site. Pick a method and stick to it.
- Have only one HTML file in a given folder. Label the file index.htm and label the folder what you want the link to be called. i.e. every file is called index.htm
- Put all your files in folders so that they are neatly arranged and easy to find.
- Link to folders, not files.
- A place for everything, and everything in its place.
- Backup copies on your local machine and somewhere else.