The tag that is used to create Hyperlinks in a web page is
a. <A>
b. <ALINK>
C. <VLINK>
Answers
Answered by
6
Answer:
option a. <A> (anchor)
A link (or hyperlink as it is also called) is created with a special <a> tag called an "anchor". It requires a closing tag and is used to delineate the text or HTML content that should be linked on the page. An <a> tag can also be used to mark a section of a web page as a target for another link to jump to.
hope it helps u❤
plz fo||ow me ❤
Answered by
3
<A> or anchor tag is used to add hyperlinks in a webpage.
It can also be used to link different sections of the same webpage.
Syntax : <A href="url">Name</A>
Similar questions