Drop down list

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Larouso
    New Member
    • Aug 2021
    • 1

    Drop down list

    Hello, can you help me on how to make a drop down list on my own website ? Thank you in advance.
  • dev7060
    Recognized Expert Contributor
    • Mar 2017
    • 655

    #2
    Hello, can you help me on how to make a drop down list on my own website ? Thank you in advance.
    What do you have so far?

    Comment

    • ayurvedabansko
      New Member
      • Aug 2021
      • 1

      #3
      I think he isnt gonna answer it

      Comment

      • unix
        New Member
        • Oct 2021
        • 1

        #4
        You should use a SELECT element, then you make the options list with the OPTION element.

        Instead of it, you can also add suggestions to an INPUT element with the DATALIST element, and again, you make the options list with the OPTION element. Only for HTML5, so be sure that you use the Doctype properly.

        Comment

        Working...