While <a name="target"> is the most well known way to link to targets in a page, anything specifying an id would work, such as <div id="target"> or <h1 id="target">.
I don't use <a name="target"> because my a:hover CSS gets applies, creating an unwanted hover effect over something that is not...