Tell us what’s happening:
I believe there is a bug at this step. Ive tried to look at different yt vids and they all have the same same code as me but they seem to be able to move on however, I cannot. it keeps giving me the text “you should give the first option element a text of ‘select an option’.” Is anyone experiencing the same issue as me? If not how do I fix it?
Your code so far
<!-- file: index.html -->
<!-- User Editable Region -->
<div class="answer">
<select required>
<option value="">
Select an option
</option>
<option value="yes">
Yes
</option>
<option value="no">
No
</option>
</select>
</div>
<!-- User Editable Region -->
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36
Challenge Information:
Learn Accessibility by Building a Quiz - Step 37