Answers for "how to put an image that is clickable to html"

5

how to make a clickable image in html

<a href="http://www.google.com">
 <img src="D:/MOHIT/HTML/images.jpg" />
</a>
Posted by: Guest on December-17-2020
0

clickable images html

<a href="link for image to go to">
  <img src="path/to/image">
</a>
Posted by: Guest on December-05-2021

Code answers related to "how to put an image that is clickable to html"

Browse Popular Code Answers by Language