First page Back Continue Last page Image
Input Boxes
- Button
- Checkbox
- Hidden
- Image
- Password
- Radio
- Reset
- Submit
- Text
- Textarea
- <input type=option name=text size=value maxlength=value>
- Needed if you have more than 1 form on page
- Size of the box on the form
- In order to send information you must collect it, so you need “input”
- Page 366 has a complete list of input types