You may check the following for HTML image tag which is <img> please find the example.


Example

Sponsored Links

An image is marked up as follows:
HTML Code:
<img src="angry.gif" alt="Angry face" />
Definition and Usage

The <img> tag embeds an image in an HTML page.
Notice that images are not technically inserted into an HTML page, images are linked to HTML pages. The <img> tag creates a holding space for the referenced image.
The <img> tag has two required attributes: src and alt.