How to make a simple password form in html
In order to make a html submit button you must type this code <h1>Password</h1><input type="Password"> As you can see, you will be able to see a password form on your web. Now this can be very useful. In most websites it will ask you to sign in where you have to use type your password. If you want to be like most websites you have to make the person reconfirm their password so they are not a robot. Here is how to do it. All you have to do is to type <h1>Confirm Password</h1><input type="Password">. If you want to make this code quicker you can copy and paste your first code. If you do that there will be two of the same things. So in the <h1> compartment instead of Password cross it out and type Confirm Password.
Comments
Post a Comment