เลือก的分类选择, 经测试เช่น ff 都能很好的支持该元素
<! doctype html สาธารณะ -// w3c // dtd xhtml 1.0 เข้มงวด // en http://www.w3.org/tr/xhtml1/dtd/xhtml1-strict.dtd> <html xmlns = http: //www.w3.org/1999/xhtml> <head> <title> runcode </title> <meta http-equiv = เนื้อหาประเภทเนื้อหา = text/html; charset = utf-8 /> <meta name = เนื้อหาผู้เขียน = sheneyan /> </head> <body> <Select> <optGroup label = a> <petion> A1 </potion> <petion> A2 </potion> <petion> A3 </potion> </optgroup> <optGroup label = b> <potion> B1 </petion> <potion> b2 </potion> <pontion> b3 </potion> </optgroup> </เลือก> </body> </html> |