how to create a drop down list | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how to create a drop down list

20th Aug 2016, 1:20 AM
Gajarajan K
Gajarajan K - avatar
4 Answers
+ 3
in order for you to create a drop down list, you will have to use css. You can easily make ordered and unordered lists with the <ol> and the <ul> tags
26th Aug 2016, 3:48 AM
Kris
+ 1
use <select> tag
20th Aug 2016, 5:11 AM
Vijaysai Suri
Vijaysai Suri - avatar
+ 1
Html
23rd Aug 2016, 9:48 AM
Atik Bappi
Atik Bappi - avatar
+ 1
you need to use the <select> tag and then the <option> tag to input values.
17th Sep 2016, 6:20 AM
dee
dee - avatar