What is the anchor text in this code sample?
<a href="catalog/gloves.html">Blue Gloves</a>
o href
catalog/
O gloves.html
O Blue Gloves
Answers
Answer:
<a href="catalog/gloves.html">Blue Gloves</a> in this code Blue Gloves is the anchor text
more information about
<a href="catalog/gloves.html">Blue Gloves</a> this code
<a herf and </a> : this is called as link tags
catalog/.gloves html : this is called link url
Given : <a href="catalog/gloves.html">Blue Gloves</a>
To Find : anchor text in the sample
href
catalog /
gloves . html
Blue Gloves
Solution:
The anchor text is clickable and visible text in an HTML hyperlink .
Anchor text also called link label
This is link text which is visible
The term "anchor" used to be in older versions of the HTML specification Now its referred as the "a element"
<a href = "catalog / gloves . html"> Blue Gloves </a>
Blue Gloves is the Anchor Text
Learn More:
Which tag allows you to add row in a table? A) and b) and c) and d ...
https://brainly.in/question/6139078
Web browser is used to see the output of html Program
https://brainly.in/question/24604534