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