Step 64
Turn the existing freeCodeCamp.org text 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 freeCodeCamp.org
Turn the existing freeCodeCamp.org text 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 freeCodeCamp.org
Hello and wellcome.
It would be nice you show us your code. So we can help you more easy.
I guess, you add the link text to an existing text. I mean you haven´t to add new text.
I explain in a example:
We have a sentence: "Visit Google.com"
And we turn the existing Google.com text into a link. The href attribute should be set to https:/www.google.com
The code you must write is:
Visit <a href="https:/www.google.com">Google.com</a>
Rewiewn the example and adjust your code.
Have a nice day. Grets.
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.