Can someone give me a hint with this?
Step description:
Step 35
Within thediv.question-block
elements, nest onelabel
element, and give thelabel
elements text content
<section role="region" aria-labelledby="css-questions">
<h2 id="css-questions">CSS</h2>
<div class="formrow">
<div class="question-block">
<label for="" ></label>
</div>
<div class="answer">
</div>
<div class="question-block">
<label></label>
</div>
<div class="answer">
</div>
</div>
</section>
Test
Sorry, your code does not pass. Hang in there.
Hint
You should give the firstlabel
element text content.
I think I should write for
attribute but don’t understand which text?