Nesting anchor element

Hint

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.
here is my answer:

      <p>No Copyright - <a href="https://www.freecodecamp.org"> freeCodeCamp.org </a>  </p>

what is the problem of my code…somebody help me.thanks…

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 (').

Try removing the extra spaces inside the anchor tag…

I already did that u say but still error…thanks

If you are still stuck can you post more of your code? ( a few lines above and below what you posted last time?)

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.