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>