Computer Science, asked by duragpalsingh, 1 year ago

How to create hyperlink in Html.

Answers

Answered by mudit11
9
Hi there!

□ To create a hyperlink, you need to use <a> anchor tag with the href syntax to link a specific text, image or element with another source.

For example:

● <a href="abc.com"> OPEN ABC </a>

This opens a website called abc.com.

● <a href="abc.com"> <img src="blank.jpg"></a>

this opens the same website when an image called black is clicked.

I hope this helps.
Similar questions