Always show your code when you try something new. We cant see your computer screen so we cant tell you whats happening. Just makes it easier if you share it everytime
Put “-No Copyright” text after the closing anchor tag.
p><a href="https://www.freecodecamp.org">No Copyright - freeCodeCamp.org</a></p>
You are missing < that goes at the beginning of your p element, and your link is around the entire sentence right now. The link should only be around the text freecodecamp.org
<p><a href="https://www.freecodecamp.org">freeCodeCamp.org</a></p>
Why did you get rid of the No - copyright text? You are adding a link in this step, there should no removing of anything here
Because it told me just to put in freeCodeCamp.
You are putting the link around that text only but you still need all of the text that the challenge gives you. There should be no deleting of anything
<p><a href="https://www.freecodecamp.org">No Copyright - freeCodeCamp.org</a></p>
Your link is around the entire sentence again.
Dont delete anything, but put your link only around the text the challenge tells you which is “freecodecamp.org”
It took me forever but I see what I did wrong. Thanks for the patience.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.