Edit This Code:
See Result »
<!DOCTYPE html> <html> <body> <form> <input type="radio" name="gender" value="male" checked> Male<br> <input type="radio" name="gender" value="female"> Female<br> <input type="radio" name="gender" value="other"> Other </form> </body> <!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_form_radio by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 13 Mar 2016 11:02:55 GMT --> </html>
Result: