Welcome to the Pathname Project

Description

The purpose of the this project is to help you understand how path names work. You will use default, absolute and relative pathnames in order to make this sample website work correctly.

Remember, path names are much like a road map. They are instructions to the computer as to where to go find things. Pathnames are used to tell the webpage where to go find other pages in the website, images, documents and other elements that may be stored somewhere on a website.

Instructions:

1. Use a default path name to create a link to the page named aboutus.htm. Place that link in a paragraph below this one.

Link

2. Use a relative path name to create a link to the page named products.htm. This page is located in the webpages subfolder. Place the link in a paragraph below this one.

link

3. Use a relative path name to create a link to the page named orderPolicy.htm. This page is located in the documents subfolder. Place the link in a paragraph below this one.

Link

4. Place the image called screagle.gif on this page. Use a relative path name to locate the image file. Place the image below this paragraph.