How to make a simple submit button in html

 In order to make a html submit button you must type this code. <input type="submit" value="submit">

As you can see, you will be able to see a submit button on your web. Now it will be technically useless, but however if you add more code to it, it will be extremely useful for storing information. As you can see, your submit button will have a little box saying submit in it.

 
 
    


                                              




         

Comments

Popular posts from this blog

How to make a simple email form in html

How to make a full chess board in html- FULL TUTORIAL

How to make a simple password form in html