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