Choose the 2 correct statements:
- Anchor text is the text used for call-to-action buttons
- It’s not possible to apply anchor text to images
- Anchor text is the text used in hyperlinks
- Anchor text is the text used in blog post links
- Anchor text is the text used for links located in the header and footer of a website
- Anchor text only applies to external links
Explanation:
-
Anchor text = the clickable, visible text in a hyperlink (e.g. in
<a href="url">this is anchor text</a>). -
It can appear anywhere on a website — in body text, blog posts, navigation menus, headers, footers, call-to-action buttons, etc.
-
You can apply anchor text to images via the
altattribute or surrounding text, so the statement that it’s impossible for images is incorrect. -
Anchor text applies to both internal and external links, not only external.