Tell us what’s happening:
I know what I have to do to correct my code, but I want to point out that the error I received was not from a lack of knowledge. A select attribute is not required to be applied on a select tag. Should clarity be provided in the task instructions or are we testing knowledge application right now and requiring best practices to be applied…and I am doing good, better than I thought!? I hope I make sense!
Your code so far
<!-- file: index.html -->
<!-- User Editable Region -->
<div class="answer">
<select>
<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/130.0.0.0 Safari/537.36
Challenge Information:
Learn Accessibility by Building a Quiz - Step 37