image with site address html code example
Example 1: linked image html
<a href="https://example.url.com">
<img src="image.png" alt="An image">
</a>
Example 2: how to turn html5 picturee into link
<a href="google.com"><img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" alt="logo">