Contact Number
Email Address

img

img

Definition and Usage

The HTML <img> tag is used to put an image in an HTML document. The <img> tag has two required attributes: src and alt. You can insert any image in your web page by using <img> tag.

Syntax

<img src="Image URL" ... attributes-list/>