How to make options in HTML??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to make options in HTML???

22nd May 2018, 11:57 AM
Oleg Shevchuk
Oleg Shevchuk - avatar
9 Answers
22nd May 2018, 12:12 PM
🌛DT🌜
🌛DT🌜 - avatar
+ 1
I meant options " ... "
22nd May 2018, 12:26 PM
Oleg Shevchuk
Oleg Shevchuk - avatar
+ 1
<select> <option>Hello</option> <option>Hey</option> <option>Hi</option> </select> Is that what you mean?
22nd May 2018, 12:35 PM
Paul Grasser
Paul Grasser - avatar
+ 1
No
22nd May 2018, 12:37 PM
Oleg Shevchuk
Oleg Shevchuk - avatar
+ 1
I meant options that are on our website " ... "
22nd May 2018, 12:38 PM
Oleg Shevchuk
Oleg Shevchuk - avatar
0
You have to do that custom using JavaScript and jquery or a framework and css, there is no html Tag for that
22nd May 2018, 1:28 PM
Max
Max - avatar
0
You have to do that custom using JavaScript and jquery or a framework and css, there is no html Tag for that
22nd May 2018, 1:29 PM
Max
Max - avatar
0
Create multiple buttons and check output
22nd May 2018, 3:32 PM
Blx
Blx - avatar