**Something wrong with step 40 **
I’am wondering what’s wrong with my code and I can’t turn back the default code to this step so I can’t compare my code . after following the hint it leads me back to this hint below even though I link them correctly.
**Hint after checking my code **
You should give the textarea
element an id
attribute matching the for
attribute of the label
element.
Here is my code
<div class="question-block">
<label for="questionTwo">css related question</label>
<textarea id="questionTwo" name="questionTwo" placeholder="sample"></textarea>
</div>
<div class="answer"></div>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
Challenge: Learn Accessibility by Building a Quiz - Step 40
Link to the challenge: