Learn HTML Forms by Building a Registration Form - Step 26

I’m having issues with this getting this test to pass. The requirement is to wrap “I accept the terms and conditions” text with an anchor element with the link, “freeCodeCamp's Terms of Service”, but it keeps coming back with an error saying that I havent done so. What am I missing here?

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

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