Change Font Size: Previous / Next / Directory List
10.4.3 HTML optgroup labels
Optgroup labels - representative of the type of sub-options (such aliases can not choose)
- Optgroup the label is paired to
<optgroup>began to</ optgroup>end - Attribute:
- Common - general attributes
-
Label- the options
- Trackback Address: http://www.nt22.com/xhtml-html/tag_optgroup/
Example
<formAction"nt22.php"method= = ="nt22form" "post"id>= <labelforChoose a NT22 Tutorial you want to learn most of"WebDesign" /></ label> <selectid="WebDesign"name="WebDesign" />"client"<optgrouplabel=>"HTML"<optionvalue=>HTML</ option>"CSS"<optionvalue=>CSS</ option>"javascript"<optionvalue=>javascript</ option> </ optgroup>"server"<optgrouplabel=>"PHP"<optionvalue=>PHP</ option>"ASP"<optionvalue=>ASP</ option>"JSP"<optionvalue=>JSP< / option> </ optgroup>"database"<optgrouplabel=>"Access"<optionvalue=>Access</ option>"MySQL"<optionvalue=>MySQL</ option>"SQLServer"<optionvalue=>SQLServer</ option> </ optgroup> </ select> </ form>
