Share
height and width Attribute
The height and width attributes specifies the height and width of the image used for the input type image.
Note: The height and width attributes only works with
type: image.
<input type="image" src="img_submit.gif" width="24" height="24" />