Computer Science, asked by OMGAakash, 10 months ago

html tag for hyperlinks​

Answers

Answered by jyothirao73rao
1

Answer:

hey

Explanation:

  • Specify the target in the <a href=" ">.
  • Then add the text that should work as a link.
  • Finally add an </a> tag to indicate where the link ends.

<html> at beginning

</html> at the end

Answered by crystalch24092
0

Answer:

Anchor Tag is used for creating hyperlink in our html file.

Syntax:

<a href="*URL of the page you want to link your file with*"> ........</a>

For example :

<a href="amazon.com"> Amazon </a>

Hope this helped you...

^-^

Similar questions