How to create hyperlink in Html.
Answers
Answered by
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.
□ 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
Hindi,
8 months ago
World Languages,
8 months ago
English,
8 months ago
English,
1 year ago
Social Sciences,
1 year ago
English,
1 year ago