Define an image as a submit button.
The <input type="image">
defines an image as a submit button.
The path to the image is specified in the src
attribute.
<input type="image">
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">
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |