<html>
<body>
<form>
Male:
<input type="radio" name="Sex" value="male">
<br>
Female:
<input type="radio"
name="Sex" value="female">
</form>
</body>
</html>
Copy it in your Note-Pad and save it as an htm or an html file and view it in your Default Browser.