FORMS:   

Submit and Reset buttons usually go at the end of the form. You can control the text the button displays and it automatically sizes the button to fit the text.

<form method="post" action="http://wwwebworks.biz/bit112/showFormData.php" name="initial">

<input type="submit" name="Submit" value="Submit Form" />

<input type="reset" name="Reset" value="Clear Form" />

</form>

Click on the links above for further information.

 

 

Application: Add a submit and a reset button to my_form.html. Change the value of the submit button to Send Form.                     Change the value of the reset button to Reset all Form Fields.
Example
: Form with most form elements in a table layout.