Learn Accessibility by Building a Quiz - Step 37

Tell us what’s happening:
Stuck at step 37

Test

Sorry, your code does not pass. Keep trying.

Hint

You should give the select element an id attribute.

Whats wrong?

Your code so far

Are you a frontend developer?

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

 <div class="question-block">
              <label for="dropdown1">Are you a frontend developer?</label>
            </div>
            <div>
              <select id="dropdown1" class="answer" name="answer3" required>
                <option value="">Select an option</option>
                <option value="yes">Yes</option>
                <option value="no">No</option>
              </select>
            </div>

Your browser information:

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

Challenge: Learn Accessibility by Building a Quiz - Step 37

Link to the challenge:

Hey! Can you add all of your HTML so its easier for others to help you? Thanks :smile:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.