0
Which programming language is used to creat drop down list in HTML???
4 Respuestas
+ 1
Drop downs are made using CSS or Js/Jquery usually, even bootstrap.
i think this will apply for your needs:
https://www.w3schools.com/css/css_dropdowns.asp
0
HTML5... I believe the <datalist> tag is what you're looking for.
0
no that. what i mean is hover drop down
0
Oh, I have no idea.