Image as a Link

 Image as a Link

To use an image as a link, put the <img> tag inside the <a> tag:
Example
<a href="default.asp">
  <img src="smiley.gif" alt="HTML tutorial" style="width:42px;height:42px;">
</a>


<a href="link">
  <img src="1.jpg">
</a>




https://www.w3schools.com/html/html_images.asp

Kommentit