I have reviewed my code and I cannot find the error,
I leave my code and the system’s response
<footer>
<p> <a href="https://www.freecodecamp.org">freeCodeCamp.org</a> No Copyright - freeCodeCamp.org</p>
</footer>
Sorry, your code does not pass. Hang in there.
After nesting the anchor (a) element, the only p element content visible in the browser should be
No Copyright - freeCodeCamp.org.
Double check the text, spacing, or punctuation of both the p and nested anchor element.
Thanks lasjorg,
When I execute what you point out to me this happens.
please review the link
Regarding the:
1)If you notice, when I place the text:
“No Copyright…” before the link.
The system tells me that after the
anchor element goes that text.
Step 66 clearly says:
Step 66
Turn the existing freeCodeCamp.org text into a link
by enclosing it in an anchor (a) element.
The href attribute should be…
Your current code is only on your computer. You have to post your code here for us to see it. (Imagine the chaos if someone anywhere wrote code on a freeCodeCamp lesson and it changed what literally everyone else in the world saw on the page?!?!)
I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
However I find it confusing that the system first indicates that the text that will appear as a link is:
“freeCodeCamp.org”
and, that the “only text” that should appear on screen is:
“No Copyright…”
When it says “the only text that should appear …”
the system is considering as “text” what is intrinsically not text, since at that point it is already a link.