how to link img with link tag in html code example
Example: html image with link
<a href="https://www.google.com">
<img src="./images/image.jpg" />
</a>
<a href="https://www.google.com">
<img src="./images/image.jpg" />
</a>