Edit This Code:
See Result »
<!DOCTYPE html> <html> <body> <form action="http://www.w3schools.com/html/action_page.php"> <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<br><br> <input type="submit"> </form> </body> <!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_input_radio by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 13 Mar 2016 11:02:55 GMT --> </html>
Result: