Horje

How to add HTML <input type="image">

Define an image as a submit button.

Definition and Usage

The <input type="image"> defines an image as a submit button.

The path to the image is specified in the src attribute.


Browser Support

Syntax

<input type="image">

index.html
Example: HTML
<input type="image" src="https://horje.com/uploads/demo/2024-03-20-15-18-38-img_submit.gif" alt="Submit" width="48" height="48">

Output should be:

How to add HTML <input type="image">




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin