Creates a push button control.
Use the more customizable button element instead.
<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>