美文网首页
select标签

select标签

作者: 5a4982b9b5fe | 来源:发表于2016-11-17 15:06 被阅读0次

1.select

1)标签是下拉列表

2)格式

<select>

<option></option>

</select>

3)设置默认值

<option selected="selected"></option>

4)对下拉列表的内容进行分类

使用<optgroup>

实例代码

相关文章

网友评论

      本文标题:select标签

      本文链接:https://www.haomeiwen.com/subject/pqbdpttx.html