Reputation: 1
Here is the code for my radio buttons and I have attached a photo of what they show up as.
I am very clearly a novice at this. Please keep that in mind when responding. I am just learning HTML.
< BR>< input type="submit" value="Give advice">
< BR>
< input type="radio" name="radio1" value="Yes">Yes
< input type="radio" name="radio1" value="No">No
Screenshot
Upvotes: 0
Views: 168
Reputation: 77
Try removing the blank space between '<' and 'input'.
Upvotes: 0