<p><a href="https://www.freecodecamp.org">No Copyright - freeCodeCamp.org</a> </p>
error in this
<p><a href="https://www.freecodecamp.org">No Copyright - freeCodeCamp.org</a> </p>
error in this
Hi there and welcome to our community!
If you need help with a specific challenge, it’s better to click on the Help icon, which appears after you have submitted incorrect code three times.
This will create a forum post which includes your full code, a direct link to the challenge and an opportunity for you to describe, in your own words, what you are having trouble with.
Your code also won’t display correctly unless you enclose it within two sets of triple backticks. You can do this manually or create them automatically with the Preformatted Text Tool (</>
icon or CTRL+e). I have edited your post to do this for you, on this occasion.
From memory, I think that the issue with your code is that the anchor tags should only enclose the text freeCodeCamp.org
, not including the text 'No Copyright - '.
Welcome to the community!
@igorgetmeabrain has provided great guidance, as always.
You can pass the step,by moving the opening anchor to just before the freeCodeCamp.org .
Happy coding!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.