Design a registration form (step 27)

I am stuck at this step, can someone help please?

  <a href="https:###.com">Read our terms and conditions</a><label for="terms-and-conditions">

I accept the terms and conditions

I have done this and the current step that is showing its wrong is -Add an anchor element with the text Read our terms and conditions before the newly added label. Set the href to:”website link”. Then add the text I accept the terms and conditions immediately after the input element in the label.

Hi. Can you please link to the url of the step you are stuck on. Thanks.

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

I have done that. Thank you

hello :))

  1. Did you set the href of you anchor element to https://www.freecodecamp.org/news/terms-of-service/?
  2. Did you add the text I accept the terms and conditions before the closing label tag </label>?

yes, set the href as it provided. Add the text after the input element but before closing label as the step says.

are you still having an issue? If yes, can you please post the updated code again?

No, I have done it. Thanks for consideration