e, 经测试 经测试 ee 和 ff 都能很好的支持该元素를 선택하십시오
<! doctype html public- // w3c // dtd xhtml 1.0 엄격한 // en http://www.w3.org/tr/xhtml1/dtd/xhtml1-strict.dtd> <html xmlns = http : //www.w3.org/1999/xhtml> <헤드> <title> runcode </title> <meta http-equiv = content-type content = text/html; charset = utf-8 /> <메타 이름 = 저자 내용 = Sheneyan /> </head> <body> <select> <optGroup 레이블 = a> <옵션> a1 </옵션> <옵션> a2 </옵션> <옵션> a3 </옵션> </optgroup> <optGroup 레이블 = b> <옵션> B1 </옵션> <옵션> B2 </옵션> <옵션> B3 </옵션> </optgroup> </선택> </body> </html> |