Step 64 HTML - States a typo, but should be correct

The instructions are " Step 64

Turn the existing freeCodeCamp.org text into a link by enclosing it in an anchor (a) element. The href attribute should be set to https://www.freecodecamp.org."

My html is:

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

The error message is:

Sorry, your code does not pass. Keep trying.

The link’s text should be freeCodeCamp.org. You have either omitted the text or have a typo.

I have no idea what I am doing wrong. I literally copied and pasted the link. There can’t be a typo.

Please help. Thanks!

Welcome to the community!

It appears there is a bit of misunderstanding of the instructions.

You have anchored the complete p element statement.

This step asks us to anchor only the freeCodeCamp.org while no other changes are made to the code provided to us.

You made a good attempt.

Suggestion: Reset the step to remove any possible left over code.

Anchor the text freeCodeCamp.org within the p element.
Important do not leave any space between the text being anchored and the anchor tags.

I hope this helps you!

Keep up your good progress!

Thank you! Got it! I appreciate your help.

1 Like

Happy to help.

Keep up the good progress! :slight_smile: