On my website male displays as value="male"/>Male next to the circle you select. The code is done right any help? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

6th Feb 2018, 2:07 PM
Willem Daffue
5 Answers
+ 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. 😉
6th Feb 2018, 2:55 PM
Zephyr Koo
Zephyr Koo - avatar
+ 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.
6th Feb 2018, 3:12 PM
Zephyr Koo
Zephyr Koo - avatar
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
6th Feb 2018, 3:01 PM
Willem Daffue
- 1
Your explanation is really weak. Tell us more.
6th Feb 2018, 2:37 PM
Toni Isotalo
Toni Isotalo - avatar
- 1
There something wrong earlier. Provide more code pls.
6th Feb 2018, 3:11 PM
Toni Isotalo
Toni Isotalo - avatar