Dropdown menu confusion

Hi, I’m not sure what’s wrong with the code to make it not work. It seems to be making a dropdown menu with 3 options but I don’t understand why it isn’t right.

Any help is greatly appreciated.

Hello and welcome to the freeCodeCamp community~!

It looks like you’ve constructed your own dropdown instead of using a <select> element. Unfortunately, I believe the tests rely on having a <select> element. :thinking:

Ooh that makes more sense, thanks so much!

1 Like