What is this?

Anchors allow viewers of your site to move around easily on a page with a lot of content. As on some of these pages (see Javascript for exapmle) I have a lot of material to cover, and though they are all on the same page, I have an anchor to each. These can be very useful. For large pages.

Anchor:
Place your cursor where you would like to put an anchor. Type <a name=Anchor>, where Anchor is the name of that anchor, to be used in the link below. Type the contents of the anchor - it doesn't have to be much, a letter would be suffiecient, but a whole title would probably be easiest. Then type </a>.

Link to an Anchor:
Type <a href=#Anchor>Text/image here</a> (see Links), where Anchor is the name of the anchor you specified in the steps above. Be sure you have the # before it.