In HTML a link tag is called an “anchor” tag. That’s why it start with <a. A is for Anchor.  If you want your link to go to a spot inside a page/post, you put an id in the page/post and then link using the # sign.
Here are the steps:
- Add the id within quotes
<h2 id=”name-can-be-anything-without-spaces”> - Add the link using the # sign
<a href=”#name-can-be-anything-without-spaces”>
This video demonstrates this along with how to add a page that links to an anchor with an id.
Share on Facebook
Leave a Reply
You must be logged in to post a comment.