Tell us what’s happening:
Hi and help?
This code is not working for me:
<p> No Copyright <a href=https://www.freeCodeCamp.org </a>
</p>
Hi and help?
This code is not working for me:
<p> No Copyright <a href=https://www.freeCodeCamp.org </a>
</p>
Step 37 I must add sorry
This is what keeps coming up as a solution:
Your anchor (a) element should have an href attribute with the value https://www.freecodecamp.org. You may have omitted the attribute/value, or have a typo.
Hi
Can you please post the url of the step you are on.
this is not correct syntax for an a element, remember that you always need an opening tag and a closing tag, and some text inside
Is the above not an anchor with href attribute?
tx
Do you have some other anchor elements you can look at in your code for guidance
it is trying to be an anchor element, but review how you write an opening tag, because that is not one
Hi Buddy, See here how you’ve used the p tag in your code.
<p>No Copyright - freeCodeCamp.org</p>
See here how you’ve used the p opening and closing tag
Same you need to use and anchor tag.
Note :- Kindly check your opening anchor tag
Hope You Understand.
Here is the lesson on how to write the <a> element
Look at how they wrote the code, if you copy the code structure exactly it will work.
Welcome to coding! ![]()
tx for the replies. I got it in the end…
tx friend I realised that