Anchor text is the visible, clickable text in a hyperlink that is displayed on a webpage.
For example, in the sentence “Welcome to our site,
click here to learn more about digital marketing”, “click here” is the anchor text.
The HTML syntax for anchor text is:
<a href=”http://www.example.com”>Example Anchor Text</a>