Step 30 To finish this fieldset off, link the text terms and conditions in the third label to the following location: https://www.freecodecamp.org/news/terms-o

Please give me some guidance. Thank you in advance.

Step 30

To finish this fieldset off, link the text terms and conditions in the third label to the following location:

https://www.freecodecamp.org/news/terms-of-service/

//code

<label for="terms-and-conditions"><input id="terms-and-conditions" 

type="checkbox" required /> I accept the <a 

href="https://www.freecodecamp.org/news/terms-of-service/"> 

terms and conditions</a></label>

This is my code now but still do not pass.

1 Like

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

2 Likes

You have blank spaces between the opening ‘a’ tag and text “terms and conditions”.