input:button

Support

Creates a push button control.

Use the more customizable button element instead.

Example

<form action="" method="post">
User Name: <input type="text" name="userName" />
<br />
Password: <input type="password" name="password" />
<br />
<input type="reset" value="Reset" />
<input type="submit" value="Sign in" />
</form>

Preview

User Name:
Password: