Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

 7 Answer(s)

  • Theyre both HTML buttons, but unlike <button>, <input type=button> is always used inside a <form>.

    The way text in a button is shown is also different. If you want a button that says Go, for example:

    <button>Go</button> <form><input type="button" value="Go"></form>

    Hope this helps.

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: