Computer Science, asked by somilrajput, 8 months ago

how to add links in html

Answers

Answered by aarushi2007rawat
1

Answer:

To make a hyperlink in an HTML page, use the <a> and </a> tags, which are the tags used to define the links. The <a> tag indicates where the hyperlink starts and the </a> tag indicates where it ends. Whatever text gets added inside these tags, will work as a hyperlink. Add the URL for the link in the <a href=” ”>.

Explanation:

If this is a right answer please mark me as brainliest

Answered by dipalipuja2006
1

To use an HTML button as a link, you have to add some JavaScript code. JavaScript allows you to specify what happens at certain events...

hope it will help you....✌️

Similar questions