Build a Quiz Webpage - Step 40

Tell us what’s happening:

is there any error with this web . the error that is reapeating is if and for does not match for label and text area

Your code so far

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

            <div class="question-block">
              <label>Do you have any questions:</label>
            </div>
            <div class="answer">
             <label for="questions">Do you have any questions:</label>
<textarea id="questions" name="questions" rows="5" cols="24"></textarea>
            </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/141.0.0.0 Safari/537.36

Challenge Information:

Build a Quiz Webpage - Step 40

you already have the label element, do not create a new one. The error is coming from that