i have written the following code and it working fine in the browser but it freecode camp considering it wrong
the code is given below
<p>.No Copyright- <a href="freeCodeCamp.org">freeCodeCamp.org</a>
</p>
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.
1 Like
Rafiqkhan:
href="freeCodeCamp.org"
This isn’t exactly what is being asked for
1 Like
Hello!
I noticed a . right after the opening <p>
element tag. If you look you will find it.
Rafiqkhan:
"freeCodeCamp.org
You did it almost but it should be link like
https://www.google.com
or https://www.freecodecamp.org
not only
goggle.com
Hope You understand
Wishing you continued success on your coding journey.
Jeremy and all of the Leaders, as well as most of the people in the community, do a great job of helping everyone.
Keep up the great progress.
system
Closed
March 22, 2024, 1:49am
6
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.