Answers for "how to use an image as a link to another page in html"

1

how to make an image link on html

<a href="your-hyper-link">
  <img src="image.png" alt="HTML img link tutorial" style="width:42px;height:42px;border:0">
</a>
Posted by: Guest on January-10-2021

Code answers related to "how to use an image as a link to another page in html"

Browse Popular Code Answers by Language