Tell us what’s happening:
Describe your issue in detail here.
Dear members I get the error below. What am I doing wrong?The link’s text should be freeCodeCamp.org. You have either omitted the text or have a typo. Your code so far
You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
I’m stuck on step 66 of the FreeCodeCamp HTML challenge “Learn HTML by Building a Cat Photo App”. The error message I’m getting seems contradictory.
I have tested both options:
Making the entire text “No Copyright - freeCodeCamp.org” clickable. → Error message: “The link’s text should be freeCodeCamp.org. You have either omitted the text or have a typo.”
Making only “freeCodeCamp.org” clickable. → Error message: “The entire sentence should be inside the link.”
The error message keeps switching depending on the adjustment I make. It seems like something else is causing the issue, or the error message might not be reliable.
I have already reset my cache, but the problem persists. Has anyone experienced this before or found a solution?
Hi,
the whole text shouldnt be inside the anchor tag. Reset the step and try adding only freeCodeCamp.org inside the tags, and be careful about not changing anything else.
I have completed the task as instructed, but I still receive the following error message:
“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.”
I have tried both options: one where only freeCodeCamp.org is inside the <a> tag and another where No Copyright - freeCodeCamp.org is inside the <p> tag with the link nested inside. However, the error message keeps appearing.
Does anyone have an idea what might be going wrong?
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.
I only used the backticks to indicate where the problem lies in my code, but here is the actual code without the backticks. The issue is located there, and I would like help solving it.