0
On my website male displays as value="male"/>Male next to the circle you select. The code is done right any help?
Male/Female select not showing right on website
5 Antworten
+ 9
If possible, please provide a Minimal, Complete, and Verifiable code @ Code Playground so we can help you to take a look on the code. 😉
+ 8
Please attach the code in Code Palyground so others can help you to look into the problem. I've tried but couldn't see anything strange.
0
<input type="radio" name="gender" value="male" /> Male <br />
<input type="radio" name="gender" value="female" /> Female <br />
This is the code used, but when opened in a webbrozer. next to the circle you can select. it shows.
"male" /> Male <br />
(next to the circle (radio)
"female" /> Female <br /> (next to the circle (radio)
i've just started learning and dont know what I did wrong
- 1
Your explanation is really weak. Tell us more.
- 1
There something wrong earlier. Provide more code pls.