This is the “un-nested” start or home page, it’s located at the top level of the Web host and is not nested within any hierarchy.

A link to an image file using an absolute path.


folder = Web host folder called profal folder name = paths open folder name = images file name = shakespear.jpg
<img src="http://www.oocities.org/prof_al/examples/paths/images/shakespear.jpg"  />
Shakespear

A link to an image file using an relative path.
<img src="../images/shakespear.jpg"  />


The following is a relative path link to the second page.
Go to the <a href="page2.html">second page.</a>

Go to the second page.


Here’s an alternative format utilizing nested folders and locating the start page deep within the hierarchy.

Go to the Nested Links Pages