网站推广.NET

网站推广.NET

在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>

2、案例截图

立即学习“前端免费学习笔记(深入)”;

相关推荐:

优化HTML提高网页性能的方法


四款好用的免费在线HTML编辑器


css鼠标悬停动画

html radio