+ 4
How to create drop down list using html language?
6 Respuestas
+ 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.
+ 7
<select>
<option></option>
</select>
+ 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.
+ 3
Have a look to the JQuery course. This one has explanation how to make a drop down menu
+ 1
thanks everyone for reply. .
0
Thanks for all the replies