HTML Radio Button assistance.?

Eat Moar Chikin

New member
So I got the code for my radio button to work for my website. The only problem is it allows the user to select muliple choices rather than just one. How can I fix this?

Here is what I have inside of my <form> tag btw.

What is your favoirte color?<br>
<input type="radio" name="Red" value="Red" /> Red
<input type="radio" name="Blue" value="Blue" /> Blue
<input type="radio" name="Green" value="Green" /> Green
<input type="radio" name="Yellow" value="Yellow" /> Yellow
 
Back
Top