Learn HTML Forms by Building a Registration Form - Step 31

i can´t find the errror i even try to put out of the labels the input and didn´t work
I aprecciate a lot if you help me

<!-- User Editable Region -->
 <label for="terms-and-conditions">I accept <a href="https://www.freecodecamp.org/news/terms-of-service/">the terms and conditions</a><input id="terms-and-conditions" type="checkbox" required /></label>
      

<!-- User Editable Region -->

   
**Your browser information:**

User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36</code>

**Challenge:** Learn HTML Forms by Building a Registration Form - Step 31
1 Like

Welcome to the community!

The text needs to go behind the input element. This is confusing for all of us.

You have the terms and conditions anchored properly. It is just the confusion of location of the text.

Apparently, the instructions will soon be updated to state this. But, that is just something I saw mentioned in a post.

Keep up the good progress!

2 Likes

Happy to help you move on in your coding journey!

If you have the ability to check off Solution by @ThxFxfTx , please check it off for yourself? You actually solved the problem.

Keep up the good progress.

1 Like