1.select
1)标签是下拉列表
2)格式
<select>
<option></option>
</select>
3)设置默认值
<option selected="selected"></option>
4)对下拉列表的内容进行分类
使用<optgroup>
1.select
1)标签是下拉列表
2)格式
<select>
<option></option>
</select>
3)设置默认值
<option selected="selected"></option>
4)对下拉列表的内容进行分类
使用<optgroup>