的分类选择、经测试、つまりff都能很好的支持该元素を選択します
<!doctype html public - // w3c // dtd xhtml 1.0 strict // en http://www.w3.org/tr/xhtml1/dtd/xhtml1-strict.dtd> <html xmlns = http://www.w3.org/1999/xhtml> <head> <title> runcode </title> <メタhttp-equiv = content-type content = text/html; charset = utf-8 /> <メタ名=著者コンテンツ= sheneyan /> </head> <body> <select> <オプトグループラベル= a> <オプション> a1 </option> <オプション> a2 </option> <オプション> a3 </option> </optgroup> <オプトグループラベル= b> <オプション> b1 </option> <オプション> b2 </option> <オプション> b3 </option> </optgroup> </select> </body> </html> |