1 | Nearly all forms have both a submit and a reset button, one to send the information to the server and the other to reset all fields. |
2 | <input type="submit" value="submit the form"> |
3 | <input type="reset" value="clear all fields"> |
4 | The value text is printed on the buttons. |
5 | You may also have a button that consists of an image. |