A New Page

If you clicked on this sample you are now at the new page.

You will also see how the background color of this page is different
then the others you have seen so far.

You will see how to do this in another lesson.

For now you will use another Hyperlink to get back

To get back to your previous page you need to create another hyperlink.

<A HREF="STEP13.HTM">RETURN TO PREVIOUS PAGE</A>

Would give you the following to get back to were you came.
The STEP13.HTM is the name of the previous file in this case.

RETURN TO PREVIOUS PAGE