Discuss about Anchor attributes with examples
Answers
Answered by
0
Answer:
The HTML <a> element (or anchor element), with its href attribute, creates a hyperlink to web pages, files, email addresses, locations in the same page, or anything else a URL can address. Content within each <a> should indicate the link's destination.
In this example, the <a href="http://example.com">anchored text</a> links to the URL <em>www.example.com</em>.
Similar questions