saving . . . saved Link has been deleted. Link has been hidden .
Link
Title
Question
How to make an image work as a link? For instance, if we click the image it will redirect us to a certain website.

HTML General None min None sec 27-06-20, 2:42 p.m. Arpan_Kar

Answers:

To use image as a link you have to use <img> as well as <a>.
For example:
<a href="http://google.com>
<img alt="landscape" src="https://google/image/landscape.jpg">
</a>
30-06-20, 3:35 a.m. HarshM


Log-in to answer to this question.