xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<title>HTML:<optgroup> label 属性 - 大卫编程网(div.cn)</title>
</head>
<body>
<select>
<optgroup label="German Cars" disabled>
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</optgroup>
</select>
</body>
</html>