13
FIT100
File Structure
The path must say how to reach the file
•When the file is in the directory as the web page, just give the file name, ski.jpg
•If the file is in a subdirectory, say how to navigate to it,  pix/ski.jpg
•If the file is in a superdirectory, move up using dot-dot notation, ../ski.jpg
•
The most common reason that an image is not displayed is the path is wrong … check!