HTML Contact Form
Mon, Jan 31, 2011
Objective
Code an HTML contact form using the form, label, input, and textarea elements
Agenda
Create a new file in "web-design/q3/labs" title "contact-form.html"
Talk about the types of input fields
Learn about how to connect label and input fields
Add a textarea field to the form
Rubric
| 5 | Create a new file "contact-form.html" |
| 3 | Get the label, input, and textarea fields working |
| 2 | Add the form tag and get the form data to appear in the address bar on submit |


