Build a Quiz Webpage - Step 37

Tell us what’s happening:

This one is confusing me the code is perfect, this is being rejected because it wont accept the “yes” text snippet, so I change it because it it wrong, so I do and then it decides that its wrong. Am I wrong or am I wrong?? no matter if I put a capital or a small Y it will be rejected.

Your code so far

<!-- file: index.html -->
<!-- User Editable Region -->
              <select>
                <option value="">Select an option</option>
                <option class="yes">Yes</option>
                <option value="no">No</option>
              </select>
<!-- User Editable Region -->
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36 Edg/150.0.0.0

Challenge Information:

Build a Quiz Webpage - Step 37

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-accessibility-quiz/6145f14f019a4b0adb94b051.md at main · freeCodeCamp/freeCodeCamp · GitHub

It’s ok I’m getting there!!!

the problem is here.

The hint tells you that this option needs a value of yes so please remove the class attribute and use the value attribute