315920-30-ref.html (689B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Reference for 315920-11f</title> 5 <style> 6 option {color: green} 7 optgroup {color: green} 8 </style> 9 </head> 10 <body> 11 <select size="7"> 12 <optgroup id="ogone" label="There should be no red" disabled="disabled"> 13 <option id="one" style="color:blue" selected="selected">This should be blue</option> 14 <option id="two" style="color:blue">This should be blue</option> 15 </optgroup> 16 <optgroup id="ogtwo" label="There should be no red"> 17 <option id="three">There should be no red</option> 18 <option id="four">There should be no red</option> 19 </optgroup> 20 </select> 21 </body> 22 </html>