HTML Images
In The HTML, images are defined with the <img> tag. The <img> tag is empty, it contains attributes only, and does not have a closing tag.These types of tags fall into the Unpaired tag category.
HTML Images Syntax:
<img src="image url and image directory path" alt=" alternative text">