Change Font Size: Previous / Next / Directory List
10.4.1 HTML select labels
Select labels - Select List labels
- Select the label is paired to
<select>began to</ select>end - That the label of each
optionon behalf of a label options - Attribute:
- Trackback Address: http://www.nt22.com/xhtml-html/tag_select/
Description:
Multi-domain election can hold down the "Ctrl" button, and click on the option of a multi-choice, or holding down the "Shift" for a number of elections
Example
"nt22form"Action<formid= = ="nt22.php"methodyou feel NT22 Tutorial:"post" /><fieldset> <legend></ legend> <labelfor"select"=>you to the NT22 Tutorial feeling</ label> <selectsize"1"id= = ="select" "select"very comprehensive, very goodname><option></ option> <option>generally like it, but also work hard to</ option> <option >There are many problems, but can also</ option> </ select> </ fieldset> <fieldset> <legend>NT22 Tutorial you want to learn programming language:</ legend> <labelfor"multipleselect"=>you NT22 Tutorial want to learn the programming language</ label> <selectsize="10"multiple"multiple"id= = ="multipleselect" "multipleselect"XHTMLname><option></ option> <option>CSS</ option> <option>JAVASCRIPT</ option> <option>XML</ option> <option>PHP</ option> <option>C #</ option> <option>JAVA</ option> <option>C + +</ option> <option>PERL</ option> </ select> </ fieldset> </ form>
