A select list is a dropdown list with options. This allows the user to select one option from a list of pre-defined options.
The select list is created using the select in conjunction with the option tag.
<select>
<option value ="sydney">Sydney</option>
<option value ="melbourne">Melbourne</option>
<option value ="cromwell">Cromwell</option>
<option value ="queenstown">Queenstown</option>
</select>
This results in:
Select Lists
Sunday, November 22, 2009Posted by Mr. BlOgS at 11:03 PM
Labels: Tips danTriks
Subscribe to:
Post Comments (Atom)
1 comments:
great info, thanks
Post a Comment