Answers for "radio html input"

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
5

radio selected

//checked
  <input type="radio" id="huey" name="drone" value="huey"
         checked>
Posted by: Guest on August-10-2020

Browse Popular Code Answers by Language