This was a mistake - sorry

Tell us what’s happening:
I am stuck on user-story number 12. I need to create a dropdown menu and I am stuck. I have searched the internet but came across variants of the dropdown. I am stuck. Here is my current code.

Inside the form element, I can select an option from a dropdown that has a corresponding id=“dropdown”

Your code so far

      <div id="dropdown"> What style of games do you prefer to play?
        <select class="dropdown">
          <option 

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36.

Link to the challenge:

Currently you have the id="dropdown" in the <div> element.

Try putting it in the <select> element