Learn HTML Forms by Building a Registration Form - Step 31

Can I have some assistances in step- 31, Cause I couldn’t link the text term and condithions.

```  <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/></label>``` 

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

Link to the challenge:

Hi @Henok1

The opening anchor tag needs a closing bracket.

The closing anchor tag angle bracket needs some more code.

Happy coding

1 Like

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