Html 5 Form Width Attribute Tag

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

Syntax:

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

Example Code



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

Out Put :


s



Content