No Copyright - freeCodeCamp.org
freecodecampWelcome to freecodecamp forum, bluntiebrown36!
Could you please post your code for us to see so we can help you by seeing where the system is telling you the error needs to be corrected?
Thank you for posting what your issue is for the assistance. However, posting the codes it the best way for us to assure you have not hit any glitch in the system, or that maybe an extension or browser may be causing an incorrect response.
Just as an example to your nesting question. You would next your anchor into the footer the same as you nested the other anchors into the body.
Example: < body > < p > </ body >
Happy Coding!
Thank you for your assistance and I’ll post my code so you can see what I mean.
<footer>
<p>No Copyright - freeCodeCamp.org</p>
<a href="https://www.freecodecamp.org">freecodecamp</a>
</footer>
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.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').
the anchor tag goes inside the p tag, read the instruction again, also you not supposed to add a new text but you are supposed to turn freeCodeCamp.org into a link by enclosing it in an anchor tag.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.