<< .. Go to : : Home : : Exercise 6 : : Demo 6A : : Demo 6B : : Demo 6C : : Demo 6D : : A Simple Form : : TAGS : : 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!

Review Form Selection Types and Text Fields - go to Part C of Demo 6.

Review Form Input types - go to Part B of Demo 6.

To set up a Form go to Part A of Demo 6.

Go back to the Exercise 6 page.

© Claudia Faulk. Updated 6.18