First you set where you'd like the anchor to be which would look something like this <a name="AnchorName">Section Title</a> Then you choose where you'd like the link to the anchor spot to go <a href="#AnchorName"> Go To Section Title </a> When you click the link it will redirect you to the assigned anchor
Maybe he need help with text between to link tags, often people class this an anchor tag as well: Code: <a href="#">Anchor text</a>