码迷,mamicode.com
首页 > Web开发 > 详细

HTML LIST 输入框自动查询追加框,自动过滤 HTML5

时间:2018-01-29 15:32:56      阅读:232      评论:0      收藏:0      [点我收藏+]

标签:col   put   pos   submit   type   ima   datalist   分享   _for   

 1 <!DOCTYPE HTML>
 2 <html>
 3 <body>
 4 
 5 <form action="/example/html5/demo_form.asp">
 6 网页:<input type="url" list="url_list" name="link" />
 7 <datalist id="url_list">
 8 <option label="W3School" value="http://www.w3school.com.cn" />
 9 <option label="Google" value="http://www.google.com" />
10 <option label="Microsoft" value="http://www.microsoft.com" />
11 </datalist>
12 <input type="submit" />
13 </form>
14 
15 </body>
16 </html>

效果截图:技术分享图片技术分享图片技术分享图片

 

HTML LIST 输入框自动查询追加框,自动过滤 HTML5

标签:col   put   pos   submit   type   ima   datalist   分享   _for   

原文地址:https://www.cnblogs.com/webenh/p/8376410.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!