March 2002
Intermediate to advanced
400 pages
7h 56m
English
The rest of this chapter discusses creating a list of choices from which users can select. A list of information provides an even more restricted way to get input from a user—enabling the developer greater control of the form of data presented. Also, creating lists from which users can select choices provides an easier method of data entry from the user’s perspective.
The SELECT element enables you to create a list of options for user selections. As you’ll see, the OPTION and OPTGROUP elements are used in conjunction with the SELECT element. The OPTION element provides choices available in a list. The OPTGROUP element must also be included and is used to group your list of options hierarchically. ...
Read now
Unlock full access