i can select two radio buttons on HTML. why is that?

Jezer

New member
heres my code

<html>
<head><title>Form</title></head>
<body>

<form action="send.php" method="post">

<input type="radio" value=male> Male<br>
<input type="radio" value=female> Female

</form>
</body>
</html>

what is wrong with my code? i can select male and female at the same time? :)) pls help im noob
 
Back
Top