I have no idea what I’m doing wrong, it seems to be a grammar problem
the line of code I have inputted is:
<p><a href="https://www.freeCodeCamp.org"> No Copyright - freeCodeCamp.org </a></p>
With the response:
The link’s text should be freeCodeCamp.org . You have either omitted the text or have a typo.
Please help!
Thank you in advance
Hi there and welcome to our community!
For future reference, if you need help with a particular challenge, it’s best to click on the Help icon, which appears after you have submitted incorrect code three times.
This will create a forum post which includes your full code, a direct link to the challenge and an opportunity for you to explain the issue in your own words.
In this case, your link text isn’t freeCodeCamp.org. It is No Copyright - freeCodeCamp.org. Your anchor tags should enclose only the required text, not the whole line of text.