Make the text freeCodeCamp.org into a link by enclosing it in an anchor (a ) element. The href attribute should be set to https://www.freecodecamp.org
What am I doing wrongly?This is what I have done
freeCodeCamp.org
No Copyright - freeCodeCamp.org
This is my error message Test
Sorry, your code does not pass. You’re getting there.
Hint
Your anchor (a) element should be nested within the footer element. Make sure to add an opening tag and closing tag for the anchor (a) element.