Hello, can you help me on how to make a drop down list on my own website ? Thank you in advance.
Drop down list
Collapse
X
-
-
You should use a SELECT element, then you make the options list with the OPTION element.
Instead of it, you can also add suggestions to an INPUT element with the DATALIST element, and again, you make the options list with the OPTION element. Only for HTML5, so be sure that you use the Doctype properly.Comment
Comment