Learn Accessibility by Building a Quiz - Step 37

Tell us what’s happening:

Hi can you help me with this? I am a little bit confused for this

Your code so far

<!-- file: index.html -->
<!-- User Editable Region -->

            <div class="answer">
              <select>
                <ul>
                  <li value="">Select an option</li>
                  <li value="yes">Yes</li>
                  <li value="no">No</li>
                </ul>
              </select>
            </div>

<!-- 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/131.0.0.0 Safari/537.36

Challenge Information:

Learn Accessibility by Building a Quiz - Step 37

Hi. Look at the correct syntax for options within the select element.

You need to add the required attribute to the select element.

Look at your text carefully. It needs to be exactly as asked, with capitalisation etc.