<< .. Go to : : Schedule : : Exercise 5 : : Demo 5A : : Demo 5B : : Demo 5C : : Demo 5D : : A Simple Form : : All Class Demos .. >>

Exercise 5 Demo: Part D : Forms

Button Input Types

You'll need a button for the user to click when the data is ready to be sent to you and a button to reset all parts of the form is case your user changes their mind.


The code looks like this:

<input type="submit" value="Send the data!" name="submitbutton">
<input type="reset" value="Clear the Form" name="resetbutton">


Just remember one very important thing. All of the code in these demos are enclosed within one pair of opening and closing <form> </form> tags!

Go back to the Exercise 5 page.

© Claudia Faulk. Updated 10.17