It keeps telling me anchor needs to have / after < and not accepting my code
Your code so far
<!-- User Editable Region -->
<footer> <p>No Copyright - <a href="https://www.freecodecamp.org">freeCodeCamp.org</a></p> </footer>
<!-- User Editable Region -->
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 OPR/111.0.0.0
Your anchor (a ) element should be nested within the p element inside the footer . Make sure to add an opening tag and closing tag for the anchor (a ) element.
That’s impossible, the starting code of one step is always the final code from previous step. please reset the step to its starting code, and try again
if I dont then it tells me this…
Your anchor (a ) element should be nested within the p element inside the footer . Make sure to add an opening tag and closing tag for the anchor (a ) element.