I need help with this challenge### Step 62 HTML

Step 63

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

No Copyright - freeCodeCamp.org

        <a href="https://www.freeCodeCamp.org"> </a>

A few issues.

No.1:
freeCodeCamp.org should be the anchor text

No.2:
The url is incorrect here

Reread the directions more carefully
The href attribute should be set to https://www.freecodecamp.org

The final result should look like this
Screen Shot 2022-01-12 at 12.50.30 AM

Hint:
You did a similar lesson when you added this line of code.

Click here to view more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.

It is the same concept.

Hope that helps!

It is still not working . I have tried out your points.

1 Like
Solution

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

1 Like

hello, did you manage to solve the code?
i am still stuck

1 Like

my code is still not working.

No Copyright-freeCodeCamp.org .

1 Like
So basically you need to remove dhe "<p>" tags. 

Let it just like this:
" No Copyright - <a href="https://www.freecodecamp.org"> freeCodeCamp.org </a>"
------------------------------------------------------------------------------------------------------
Even though normally I assume it should be like this:
"<p>No Copyright - <a href="https://www.freecodecamp.org"> freeCodeCamp.org </a></p>"

I don't know actually if it should be that way, or freeCodeCamp have forgotten to add that the proper way
2 Likes

hello, I hope I can help you this is the answer:

solution removed

1 Like
Good day, I have tried all solutions provided, it still doesn't pass

HI @BeingFrank7 !

If you need help with a challenge, it is best to create a new post with your code and challenge link so people can assist you there.

HI @arcangel-miguel !

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.