Step 64:
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 .
my code looks like this
No Copy Right -freeCodeCamp.org
The Test message says:
Sorry, your code does not pass. Try again.
The Hint message says:
The link’s text should be freeCodeCamp.org
. You have either omitted the text or have a typo.
May someone please help me in figuring out what’s wrong?
Guided
2
If you try the step three times, a question mark will appear for you to submit a post with your code displayed and a link to the step your on.
The clues can change depending on what you’ve tried. often these help.
I cant use the link in this page.
another way to display code in your post is to use the backtic `
if you cant find one on your keyboard you can use ALT+096.
use one backtic either side of your code for one line,
<h1></h1>
and three above and bellow a code block
<body>
<h1></h1>
</body>