html image link attribute 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 get img src from xml
<img src="smiley.gif" alt="Smiley face">
<a href="https://example.url.com">
<img src="image.png" alt="An image">
</a>
<img src="smiley.gif" alt="Smiley face">