URL Guidelines:
-
- It is hard to move files around once they are out there, so
plan carefully
- Use relative URLs rather than absolute ones within a directory
structure
- Use absolute URLs for references to other directories
- Use the default file name when you can
(
welcome.html
or index.html
)
- Use "
./
" and "../
" to get to welcome
page or parent welcome page
- Use subdirectories liberally
- Don't include
http://.../
unless you need it
[ Next
| Tools
]