………………. Attribute of <A> tag defines the document to which the link leads.
1.src
2.Ref
3.Href
Answers
Answered by
7
Answer:
- href attribute of <a> tag defines the document to which the link leads.
Learn More:
- <a> tag: A tag stands for anchor tag. Links are created using anchor element.
- General Syntax: <a href="URL">Text</a>
- When we click on the text written between opening anchor tag and closing anchor tag, it will move to the new web page to which it is linked.
- The different attributes of anchor tag are - href, target, id, class etc.
- The anchor element is a container tag as it has both starting tag as well as ending tag.
Similar questions