Answers for "how to clickable image html"

4

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
4

linked image html

<a href="https://example.url.com">
  <img src="image.png" alt="An image">
</a>
Posted by: Guest on August-19-2020

Code answers related to "how to clickable image html"

Browse Popular Code Answers by Language