Anchor text (aka “Linked Text,” “Link text” or “Text Link”) is the clickable text that activates a hyperlink to another web page or Web site.
When coded in HTML as follows:
<a href="http://www.url.com">Anchor Text</a>
only “Anchor Text” would be visible on the web page. However, when you click on the text it would take you to http://www.url.com.
Anchor text is usually highlighted or underlined to distinguish it from other text or the appearance of the text will change when it is scrolled over by a mouse.