<form>
<input type="radio" name="male" value="male">
male
<input type="radio" name="male" value="female">
female
</form>
name same and only one input select
<input type="radio" name="male" value="male">
male
<input type="radio" name="male" value="female">
female
</form>
name same and only one input select
0 Comments