1.select
1)標(biāo)簽是下拉列表
2)格式
<select>
<option></option>
</select>
3)設(shè)置默認(rèn)值
<option selected="selected"></option>
4)對下拉列表的內(nèi)容進(jìn)行分類
使用<optgroup>

實例代碼
1.select
1)標(biāo)簽是下拉列表
2)格式
<select>
<option></option>
</select>
3)設(shè)置默認(rèn)值
<option selected="selected"></option>
4)對下拉列表的內(nèi)容進(jìn)行分類
使用<optgroup>