1、html代码片段:
<form action="" method="get"> 您最喜欢水果?<br /><br /> <label><input name="Fruit" type="radio" value="" />苹果 </label> <label><input name="Fruit" type="radio" value="" />桃子 </label> <label><input name="Fruit" type="radio" value="" />香蕉 </label> <label><input name="Fruit" type="radio" value="" />梨 </label> <label><input name="Fruit" type="radio" value="" />其它 </label> </form>
2、案例截图
以上就是在radio的用法和案列截图,有需要的朋友可以持续关注本站,你学会了吗?
相关推荐:
以上就是在html怎样使用radio的详细内容,更多请关注php中文网其它相关文章!
……