Learn HTML Forms by Building a Registration Form - Step 27

Tell us what’s happening:
What am I missing?

  **Your code so far**
  <label><input type="checkbox" required /> 
  I accept the <a href ="https://www.freecodecamp.org/news/terms-of-service/"> terms and conditions</a>
  </label>
  **Your browser information:**

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

Challenge: Learn HTML Forms by Building a Registration Form - Step 27

Link to the challenge:

You did not add your code so we could not tell what did you miss in your code

All I can say and show is:
the challenge:
‘link the text terms and conditions in the third label

the result should looks like this (attention only link the text terms and conditions any space before or after could fail the test)
I accept the terms and conditions

hope this will help

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.