Anna Melnik
Anna Melnik

Reputation: 1

Why are my radio buttons showing up as text forms?

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

Answers (1)

Try removing the blank space between '<' and 'input'.

Upvotes: 0

Related Questions