w3schools img src code example
Example 1: img tag
<img src="photo1.png" alt="">
Example 2: how to get img src from xml
<img src="smiley.gif" alt="Smiley face">
<img src="photo1.png" alt="">
<img src="smiley.gif" alt="Smiley face">