One usage of anchor links in HTML can allow a user to jump to a specific part
of the page. This could be used for a table of contents, or an arrow that a
user can click on to scroll them to a certain section of your webpage.
If you create a HTML element with an id, you can then reference that ID
with an anchor link and clicking on link will direct the user to the element: