add image on picture code code example
Example 1: how to add an image in html
<img src="image.jpg">
Example 2: how to add an image
<img src="pic_trulli.jpg" alt="Trulli" width="500" height="333">
<img src="image.jpg">
<img src="pic_trulli.jpg" alt="Trulli" width="500" height="333">