skip to Main Content

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


  1. The <select> element is used to create a drop-down button.

    Login or Signup to reply.
  2. The < select > element is used to create a drop-down list. The element is most often used in a form, to collect user input.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search