Which tag is used to insert hyperlinks in a webpage?
answer it pls
Answers
Answered by
15
Answer:
To make a hyperlink in an HTML page, use the <a> and </a> tags, which are the tags used to define the links. The <a> tag indicates where the hyperlink starts and the </a> tag indicates where it ends. Whatever text gets added inside these tags, will work as a hyperlink.
Explanation:
Similar questions