Computer Science, asked by raysuradip, 20 days ago

which tag is used to create hyperlink
a) href
b) hyperlink
c) link
d) none of these​

Answers

Answered by safasufai
3

Answer:

The <a> HTML element (or anchor element), with its href attribute, creates a hyperlink

so the answer is herf

Explanation:

hope that this helps u ✨

pls mark me as brainliest ❤️

Answered by rehtrooper
1

Answer:

a href

Explanation:

WHAT IS A HYPERLINK?

Hyperlink is link, sentence, image, video, etc through which we can go to a web page.

Any link in HTML is called a hyperlink, or the links which are present in a HTML document are called Hyperlink

THE <a></a> TAG

The <a></a> needs a very important attribute which is href="". Without the href="" attribute the link will not work.

The <a></a> tag can be used to send the server a request to go to another site. For that you'll have to enter the foreign link in the href="" attribute.

Eg. <a href="enter your link here">Ipsom Lorem</a>

If you want to send your request as redirect back to the same page you'll need to add # in your href attribute.

Eg. <a href="#">Ipsom Lorem</a>

Similar questions