I am to wrap an a element around the text ‘freecodecamp’
see my code:
please help
I am to wrap an a element around the text ‘freecodecamp’
see my code:
please help
Please show us your code so we can help you pass the challenge
<footer>
<address>
<a href="https://freecodecamp.org"> freeCodeCamp <a/> <br />
San Francisco<br />
California<br />
USA
</address>
</footer>
I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).
I am spotting this error here
That is the incorrect way to write an end tag.
Oops! Thank you for the correction. Nonetheless, the code is still not accepted.
see the link here
When I remove the spaces here it passes for me
Thank you very much. I really appreciate.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.