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.

Here is a link to our about us website. You can find out all about who we are here.

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

This relative path takes you to our products page. Get the best products you can buy on our product page.

3. Use a relative path name to create a link to the page named academics.htm. Place the link in a paragraph below this one.

Want to learn something? Visit our academics page.