html display image from href code example
Example 1: html image with link
<a href="https://www.google.com">
<img src="./images/image.jpg" />
</a>
Example 2: html image with link
<a href="https://www.google.com"><img alt="Google" src="img.jpg"
style="max-width:960px"/></a>