<select> 元素创建下拉列表。
代码
<select> <option value="first">First</option> <option value="second" selected>Second</option> <option value="third">Third</option> </select>
执行结果 First Second Third
<select>标签在HTML5与HTML4.01之间存在如下差异
外部链接