Computer Science, asked by venkatagowrish07, 11 months ago

____ tag is used to create a hyperlink​

Answers

Answered by Brainlyshchay
26

Q) _______ tag is used to create a hyperlink.

ANS) A <a></a> tag is used to create a hyperlink.

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>
Attachments:
Answered by myrakincsem
9

Anchor <a>  tag is used to create a hyperlink​.

  • A link or a hyperlink is made through the <a> tag which is known as the anchor.
  • The <a> tag delineates the HTML content which needs to be linked to a page.
  • The <a> tag is also used to create a link for moving to another web page in a section of the first web page.
  • The attributes of  <a> tag are href, name, id, target and a frame name.
Similar questions