What is the error in this code snippet?
<form method="post" action="process.php">
<input type="radio" name="gender" value="male">
<input type="radio" name="gender" value="female">
<input type=submit>
</form>
What is the error in this code snippet?
<form method="post" action="process.php">
<input type="radio" name="gender" value="male">
<input type="radio" name="gender" value="female">
<input type=submit>
</form>