Answers for "html radio button only one of the two can be selected at a time"

55

radio buttons html

<input type="radio" name="gender" value="male"> Male<br>
<input type="radio" name="gender" value="female"> Female<br>
<input type="radio" name="gender" value="other"> Other
Posted by: Guest on February-09-2020

Code answers related to "html radio button only one of the two can be selected at a time"

Browse Popular Code Answers by Language