input:image

Support

Creates an image control.

Same as the img tag. The image control allows the insertion of .jpg, .png, .bmp and .gif image files into the HTML document. If you want to create one or more clickable regions within an image, use the map element.

Example

<input type="image" src="picture.gif" alt="picture" />