HCI 201 Multimedia and the World Wide Web
Fall 1999 - Section 703 - Form Elements: Input Controls Part 2
- <INPUT TYPE="checkbox">
- Individual checkboxes must have same value for the NAME attribute
- Allows for multiple answers
- Each item will need a unique value for the VALUE attribute
- <INPUT TYPE="radio">
- Group radio buttons by defining the same value for the NAME attribute
- Buttons will be mutually exclusive, that is only one can be selected at a time
- Each item will need a unique value for the VALUE attribute
Another simple example form
Week 6
Previous | Next
Course Home | Announcements | Class Roster | Schedule | Syllabus