Purpose:
An anchor tag will allow you to create a link that will jump directly to a specific part of your web page. It will allow a visitor to find information fast and go directly to what interests them.
This is what the anchor tag looks like.
<a name=“anchor1″>This is anchor one.</a>
The name of the anchor is “anchor1”. [...]