Anchor to a Higher Level

On the previous page, you created a link from the index file to files in a lower level directory. The files were stored in folders deeper in the tree.

Next, we go the opposite direction - linking files to a higher level directory - by linking the history and lists files back to the index file.

The <a href=> tag to backup out of a folder, into the containing directory, is a dot dot forward slash, and it looks like this:

<a href="../targetfile.html"> your link title goes here </a>

Open your history.html file and create a link at the bottom of the page that links BACK to the index file. Do the same with the lists file.