Can somebody help me about this code please

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 .

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

and when i submit its says " he link’s text should be freeCodeCamp.org . You have either omitted the text or have a typo."

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 (').

Please always provide a link to the challenge - we don’t have them memorized.

Next, read the instructions closely. I don’t think "No Copyright - " should be part of the link, just the “freeCodeCamp.org”. Computers are very picky so programmers have to be very good at tiny details. (Designers are very picky too, so you’d best get used to it.)

I think the issue is from the text enclosed within the html tags try freeCodeCamp.org

I actually wrote the code there but it appeared as a link instead the text enclosed within the html tags should be “freeCodeCamp.org

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.