Learn Accessibility by Building a Quiz - Step 40

**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:

The Reset button doesn’t work? I would recommend you reset the step to get the original code back as you have made changes that weren’t asked for. Do not move any elements. Just add the necessary attributes.

1 Like

Can you back out and go to step 39, then continue from there? This code you have posted looks nothing like my step 40 so I’m not sure where you are in this

1 Like

the reset button works! . I was so scared clicking it because my past experience to this was I reset the whole progress literally going back to step 1. Thank you!

this worked also, thank you!
I was hesitating to click the reset button because I really thought that it would reset the whole progress.