tags to render image html other than img code example
Example 1: images in html
<img src="image.jps">
//image.jpg is where you would put the inage source.
Example 2: a tag displays below img tag
img {
display: block;
}
<img src="image.jps">
//image.jpg is where you would put the inage source.
img {
display: block;
}