好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

在html怎样使用radio

很多初学者很疑惑,在HTML里有radio这个标签,到底怎么使用,使用radio的效果是什么样的?今天教大家怎样在html怎样使用radio。

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> 

css鼠标悬停动画

以上就是在html怎样使用radio的详细内容,更多请关注Gxl网其它相关文章!

查看更多关于在html怎样使用radio的详细内容...

  阅读:40次