I cant figure out why the male option is not showing 👆 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I cant figure out why the male option is not showing 👆

One of the Form tags isn't working but the other one of same tags is working https://code.sololearn.com/Wm3mWhLUYa7M/?ref=app

18th Mar 2019, 8:21 PM
Luckson C nonde
Luckson C nonde - avatar
12 Answers
+ 9
https://code.sololearn.com/WRQrqFln43zJ/?ref=app Well when I take off the tag <select> it works... It didn’t work because you used the tag <select> and that tag create a dropdown box.
18th Mar 2019, 8:55 PM
JTLZ
+ 9
Remove <select> and your problem is fixed. I post you some other problem what you made on your code.
18th Mar 2019, 8:58 PM
PanicS
PanicS - avatar
+ 6
Please show us your code so we can help you.
18th Mar 2019, 8:30 PM
JTLZ
+ 6
You’re using a tag <lebal> that should be <label>. Maybe that’s the problem? And why did you wrap it up between <select> tags?
18th Mar 2019, 8:49 PM
marjel101
marjel101 - avatar
+ 3
Luckson C nonde Because you have incorrectly written <select> syntax, as well as <table>. Syntax: <select> <option disabled> Your gender </option> <option>male</option> <option>female</option> <option>others</option> </select> Also correct the <lebal> in <label> and don't forget about the closing tag </ul>. ☺ P.S: "judging by the location of the closing tag </select>, it seems that you have confused the <select> tag with <form>".
18th Mar 2019, 11:02 PM
Solo
Solo - avatar
+ 2
Remove the select that is above the table tag. This is creating a combobox. That lays on top of male. <select> <------- this one <table> <ul> <li><lebal> male</lebal> The combobox it self is good.
18th Mar 2019, 8:56 PM
sneeze
sneeze - avatar
+ 1
JTLZ there is a link down below my post to my the code
18th Mar 2019, 8:47 PM
Luckson C nonde
Luckson C nonde - avatar
0
I cant figure out why the male option is not showing 👆 One of the Form tags is working but the other or same tags are working
18th Mar 2019, 8:22 PM
Luckson C nonde
Luckson C nonde - avatar
0
<input type="radio" name="gender" value="male"> Male<br>
18th Mar 2019, 8:27 PM
Abdelkader settah
Abdelkader settah - avatar
0
I did just that but nothing
18th Mar 2019, 8:29 PM
Luckson C nonde
Luckson C nonde - avatar
0
I did just that but nothing
18th Mar 2019, 8:29 PM
Luckson C nonde
Luckson C nonde - avatar
0
I did just that but nothing
18th Mar 2019, 8:30 PM
Luckson C nonde
Luckson C nonde - avatar