What is Anchor tag ? Explain with example.
Answers
Answered by
80
HERE IS YOUR ANSWER.. ..
Anchor tag- The HTML code for creating a link to another page or to a particular section within a page. It is also commonly called an "h-ref."
For example: -The <a> tag defines a hyperlink, which is used to link from one page to another. The most important attribute of the <a> element is the href attribute, which indicates the link's destination.
HOPE IT'S HELP YOU!! !
Anchor tag- The HTML code for creating a link to another page or to a particular section within a page. It is also commonly called an "h-ref."
For example: -The <a> tag defines a hyperlink, which is used to link from one page to another. The most important attribute of the <a> element is the href attribute, which indicates the link's destination.
HOPE IT'S HELP YOU!! !
Answered by
26
Answer:
Anchor tag <a> is a paired tag in HTML.
Explanation:
This is a tag used in HTML to insert an hyperlink to the HTML web page. For eg:
<a href = “www.google.com”> Click here to go to google</a>
Where href is the attribute which needs the URL of the hyperlink and the text that is placed between the open and closed tag serves as the display text where it gets the mouse cursor as a hand symbol when we move the mouse over the text.
Similar questions