+ 3
How to make options in HTML???
9 Answers
+ 17
check out the second slide
https://www.sololearn.com/learn/HTML/2217/?ref=app
+ 1
I meant options " ... "
+ 1
<select>
<option>Hello</option>
<option>Hey</option>
<option>Hi</option>
</select>
Is that what you mean?
+ 1
No
+ 1
I meant options that are on our website " ... "
0
You have to do that custom using JavaScript and jquery or a framework and css, there is no html Tag for that
0
You have to do that custom using JavaScript and jquery or a framework and css, there is no html Tag for that
0
Create multiple buttons and check output