HTML <select> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

HTML <select>

It never got explained

9th Jul 2018, 2:26 AM
JoseMiguelRomero
JoseMiguelRomero - avatar
7 Answers
+ 4
It is used to make Dropdowns for Selections. E.g. : when you register in a website there you need to select your country from various options which is just a Dropdown... ● Refer this for more info https://html.com/tags/select/
9th Jul 2018, 2:44 AM
Rahul Sahani
Rahul Sahani - avatar
+ 3
You use the <select> and <option> elements to create a dropdown menu: <select> <option>HTML</option> <option>CSS</option> <option>JavaScript</option> </select>
9th Jul 2018, 11:03 PM
Rowsej
Rowsej - avatar
+ 2
Is there a library for all this stuff?
9th Jul 2018, 10:05 AM
JoseMiguelRomero
JoseMiguelRomero - avatar
+ 1
Is there a fastr way of doing this? Like if i wanted to make birthdate years/months/day is there a faster way?
9th Jul 2018, 9:28 AM
JoseMiguelRomero
JoseMiguelRomero - avatar
+ 1
Try this : <input type="date"">
9th Jul 2018, 9:57 AM
Rahul Sahani
Rahul Sahani - avatar
+ 1
Alright
9th Jul 2018, 10:05 AM
JoseMiguelRomero
JoseMiguelRomero - avatar
9th Jul 2018, 10:07 AM
Rahul Sahani
Rahul Sahani - avatar