HCI 201 Multimedia and the World Wide Web
Fall 1999 - Section 703 - Form Elements: Other Elements
- <TEXTAREA> </TEXTAREA>
- Creates a multi-line, scrollable text entry box
- Use ROWS and COLS attributes to set size
- NAME attribute is required
- <SELECT> <OPTION>xyz </SELECT>
- Pull-down menus
- No size indicated or SIZE="1"
- Only one item can be selected
- Scrolling menu
- Specify number of items to display with SIZE attribute OR
- Include MULTIPLE in open <SELECT> tag to allow multiple selections
One more simple example form
Week 6
Previous | Next
Course Home | Announcements | Class Roster | Schedule | Syllabus