Help me solve or find the typo in Step 63

Tell us what’s happening:
I’m having a challenge with this step. The feedback:

Test

Sorry, your code does not pass. Keep trying.

Hint

The link’s text should be freeCodeCamp.org. You have either omitted the text or have a typo.

I’m crossed eyed looking for a typo
Your code so far

<input type="text" name="catphotourl" placeholder="cat photo URL" required>
          <button type="submit">Submit</button>
        </form>
      </section>
    </main>
    <footer>
      <p> No copyright -<a href="https://www.freecodecamp.org"> freeCodeCamp.org</a></p>
    </footer>
   
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15

Challenge: Step 63

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

2 Likes

Can we have a link to the challenge, please?

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

Like this?

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.

OK, but a link to the challenge so we don’t have to dig through the curriculum to find it.

There is a space after the dash in the original. You have one there, but should it be part of the link?

1 Like

I put a space in front of the anchor element and it worked! Thanks

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