Is there any tag in html5 to make drop-down button?
How to make navigation bar like drop-down feature in html5?
I tried to make it using flexbox property of CSS and select tag of HTML5,
but i did not get it in a way i want it to be.
Is there any tag in html5 to make drop-down button?
How to make navigation bar like drop-down feature in html5?
I tried to make it using flexbox property of CSS and select tag of HTML5,
but i did not get it in a way i want it to be.
2
Answers
The
<select>
element is used to create a drop-down button.The < select > element is used to create a drop-down list. The element is most often used in a form, to collect user input.