6.5 Activity
Create an HTML document containing a Form:
- Request a "Name", "Age" and "Address" from the user. Use a
Single Line Text Box for "Name", a Scrolling Text Box for "Address"
and a Drop-Down Menu to allow the selection of an age range, e.g. "16-25",
"26-35", "36-45", "45 and over". Remember to include a submit
button to send the data.
- The action attribute of your Form should email the Form data to your own mail
address.
- Use a Table to format your Controls.
Solution
View Solution
JavaScript Example code
JavaScript Demo
JavaScript Effects Demo