how to add a linked image in html code example
Example: linked image html
<a href="https://example.url.com">
<img src="image.png" alt="An image">
</a>
<a href="https://example.url.com">
<img src="image.png" alt="An image">
</a>