Answers for "html radio buttons can only have on selected"

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 buttons can only have on selected"

Browse Popular Code Answers by Language