Html 5 Form Height Attribute Tag

In the height attribute indicate the height for a image and which is used for input type image format only.

Syntax:

<input type="image" height="" />

Example Code



<!DOCTYPE HTML>
<form>
  <input type="image" src="../../images/flower-icon.jpg" height="36" />
</form>

Out Put :





Content