HTML Image Tag:
HTML images are defined with the <img> tag.
The source file (src), alternative text (alt), width, and height are provided as attributes:
Example
<img src=”W3schools.jpg” alt=”W3Schools.com” width=”104″ height=”142″>