Learn Accessibility by Building a Quiz - Step 35

This making my brain hurt

You should add one div element within the final section.

I’ve tried various ways and it keep failing with either this or a different hints

**Your mobile information:**
```txt
SM-S928B - Android 14 - Android SDK 34

Challenge: Learn Accessibility by Building a Quiz - Step 35

Link to the challenge:

    <section role="region" aria-labelledby="css-questions"> 
      <h2 id="css-questions">CSS
       <div class="formrow">
          <div class="question-block"></div>
          <div class="answer"></div>
          <div class="question-block"></div>
          <div class="answer"></div> 
       </div>          
      </h2>
    </section>

Hi there! You wrapped this div in h2 heading

1 Like