Alright, alright. There are more, but if you use the A tag, it always needs to be closed, such as A HREF. The HREF part is just an addition, and it gets closed with /A.

That means A NAME should be closed too, since it's another A tag. I always do it like this:

<a href="#go">Go to "Let's go!"</a>

Bla bla bla

Bla Bla Bla

<a name="go">Let's go!</a>


That always works for me.