HTML - Learning Code

When I run the code below:

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

It pops up this:

The link’s text should be freeCodeCamp.org. You have either omitted the text or have a typo.
What is exactly my error, it’s not clear me?

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

Only freeCodeCamp.org should be the link text, the No Copyright - should be the paragraph text.

1 Like