how to tag a picture in html code example
Example 1: images in html
<img src="image.jps">
//image.jpg is where you would put the inage source.
Example 2: img tag
<img src="photo1.png" alt="">
<img src="image.jps">
//image.jpg is where you would put the inage source.
<img src="photo1.png" alt="">