<html>
<body>
<form action="https://www.w3schools.com/action_page.php" method="get">
<input type="radio" name="gender" id="male" value="male"> Male<br>
<input type="radio" name="gender" id="female" value="female" checked="checked"> Female<br>
<input type="radio" name="gender" id="other" value="other"> Other<br><br>
<input type="submit" value="Submit">
</form>
</body>
<!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml_form_radio by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:59:07 GMT -->
</html>