Learning Report No. 02

Using anchors to help navigate a site with a long document.

I have always wanted to understand how to use a "table of contents" to help navigate a long document. Other sites that do this are very user friendly because it infinitely less frustrating for the user to find the information what they want. to learn how to do this I found a tutorial at Jessy.net, lesson 3.

What I Learned

I learned that anchors are not just used for actual sites. Anchors can be attatched to points on a site with a little coding. I learned that you have to label your anchors, and link to those anchors.

How I implemented it

I implemented the use of in-document anchors on my site plan. Following the instructions, I first had to label the anchors at their location on the document. Then I linked those anchors at the "table of contents". I tested the coding, and it worked! This will be very useful in websites to come.