HTML IMAGE TAG
HTML image tag uses to represent an image in the web page by using the image tag:
<img src="image address" alt=" " title=" " />
- alt - alt attribute provides an alternate text for an image
- title - title attribute use to provide a specific title of the image