您好,欢迎访问一九零五行业门户网

HTML里的checkbo怎么使用

checkbo的使用很多种方法,那么今天给大家介绍一下。html form checkbox多选复选框控件多选。
<input name="fruit" type="checkbox" value="" />
使用html input标签,name为自定义,type类型为“checkbox”的表单
1、对应主要部分html代码:
<form action="" method="get"> 您喜欢的水果?<br /><br /> <label><input name="fruit" type="checkbox" value="" />苹果 </label> <label><input name="fruit" type="checkbox" value="" />桃子 </label> <label><input name="fruit" type="checkbox" value="" />香蕉 </label> <label><input name="fruit" type="checkbox" value="" />梨 </label> </form>
当然以后我们也会为大家介绍通过css扩展这个多选框控件样式,让其更美观。请大家持续关注。
相关阅读:
python提取网页中超链接的方法
js将网址转换成可点击的超链接
第二天:图像标签及超链接的使用
以上就是html里的checkbo怎么使用的详细内容。
其它类似信息

推荐信息