15.0 Using Links
15.0 Using Links
• Web pages
• Images
• Style sheets
• JavaScripts
A file path describes the location of a file in a web site's folder
structure
Path Description
<img src="picture.jpg"> The "picture.jpg" file is located in the same folder
as the current page
<img src="images/picture.jpg"> The "picture.jpg" file is located in the images folder
in the current folder
When using relative file paths, your web pages will not
be bound to your current base URL.
All links will work on your own computer (localhost) as
well as on your current public domain and your future
public domains.