Computer Science, asked by ankitdubey6662, 2 months ago

Write a program in HTML to create a hyperlink using anchor tag.​

Answers

Answered by Bajpai3663
2

Answer:

  • Use the <a> element to define a link.
  • Use the href attribute to define the link address.
  • Use the target attribute to define where to open the linked document.
  • Use the <img> element (inside <a> ) to use an image as a link.

Answered by av1266108
1

Answer:

\mathfrak{answer \: !}

<a href="http://example.com">anchored text</a>

Similar questions