Answers for "image hyperlink html code"

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

Browse Popular Code Answers by Language