How to create drop down list using html language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to create drop down list using html language?

22nd Feb 2017, 5:32 PM
Krishna Teja
Krishna Teja - avatar
6 Answers
+ 7
Use HTML, CSS or JS. Create a target that when activated using Javascript or hovered for CSS will display the content. I'll quickly make one in my code playground, and aware you when it's done. Edited @21:12 GMT: I developed one as stated earlier. Check out my code section.
22nd Feb 2017, 6:21 PM
Mark Foxx
Mark Foxx - avatar
+ 7
<select> <option></option> </select>
22nd Feb 2017, 7:02 PM
Akshata
Akshata - avatar
+ 6
I hope you get inspired by what I created in my code section. I was getting carried away with the task, but kept it quite simple.
22nd Feb 2017, 9:13 PM
Mark Foxx
Mark Foxx - avatar
+ 3
Have a look to the JQuery course. This one has explanation how to make a drop down menu
22nd Feb 2017, 6:56 PM
WvH04
WvH04 - avatar
+ 1
thanks everyone for reply. .
23rd Feb 2017, 2:03 AM
Krishna Teja
Krishna Teja - avatar
0
Thanks for all the replies
16th Mar 2020, 7:07 PM
JULIET
JULIET - avatar