select标签
2016-11-17 本文已影响0人
5a4982b9b5fe
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>