Change Font Size: Previous / Next / Directory List
10.4.2 HTML option labels
Option labels - representatives of a select list of options
- Paired option is the label to
<option>began to</ option>end - Attribute:
- Trackback Address: http://www.nt22.com/xhtml-html/tag_option/
Example
<formAction"nt22.php"method= = ="nt22form" "post"you feel NT22 Tutorial:id><fieldset> <legend></ legend> <labelfor"select"=>you to the NT22 Tutorial feeling</ label> <selectsize"1"id= = ="select" "select"very comprehensive, very goodname><option></ option> ="selected"<optiongenerally like it, but also work hard toselected>< / option> <option>a lot of problems, but can also</ option> </ select> </ fieldset> <fieldset> <legend>NT22 Tutorial you want to learn the programming language:</ labelforlegend> <=NT22 Tutorial you want to learn the programming language"multipleselect" /></ label> <selectsize="10"multiple"multiple"id= = ="multipleselect" "multipleselect"name>="selected"<optionXHTMLselected></ option> <option>CSS</ option> <option>JAVASCRIPT</ option> <option>XML</ option> ="selected"<optionPHPselected></ option> <option>C #</ option> < option>JAVA</ option> <option>C + +</ option> <option>PERL</ option> </ select> </ fieldset> </ form>
