I have done all I need in this step, but the code won’t pass. What am i doing wrong please?
No Copyright - freeCodeCamp.org <a href="https://www.freeCodeCamp.org"></a>
I have done all I need in this step, but the code won’t pass. What am i doing wrong please?
No Copyright - freeCodeCamp.org <a href="https://www.freeCodeCamp.org"></a>
Make sure to send the step link it helps us.
But from what i can imagine, they wanted you to have the text freeCodeCamp.org
nested inside the a
tag.
Right now it is not, and the a
tag has no text to show, it has a link address but nothing to put it on
Just move freeCodeCamp.org
inside you a
element and it will work
I have tried that, Its not working. Or maybe I am not doing it correctly. I just don’t know again
perhaps there’s a space in your code after trying?
Resend it if you haven’t solved it yet.
From the hint given, i am doing everything they said to do. I don’t want to be told exactly how to do it but to be given substantial clues that will help me figure it out.
No Copyright - freeCodeCamp.org <a href="https://www.freecodecamp.org"></a>
The text freeCodeCamp.org
should be inside the anchor element
I have done so before, it didn’t pass.
No Copyright - <a href="https://www.freecodecamp.org"></a>
You have to add the text freeCodeCamp.org
within your anchor element.
I will give you an example:
<p>text</p>
<!-- Here text is inside p -->
Just like that freeCodeCamp.org
should be inside the anchor element
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.