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.