This is the un-nested start or home page, its 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.
<img src="http://www.oocities.org/prof_al/examples/paths/images/shakespear.jpg" />
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.
Heres an alternative format utilizing nested folders and locating the start page deep within the hierarchy.
Go to the
Nested Links Pages