Learn HTML by Building a Cat Photo App - Step 63

I’m either stupid, or I dunno. The hint is

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

But what have I did wrong? Can somebody tell me please? Thanks!

  **Your code so far**

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




      **Your browser information:**

User Agent is: <code>Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0</code>

**Challenge:**  Learn HTML by Building a Cat Photo App - Step 63

**Link to the challenge:**
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-63

No Copyright - freeCodeCamp.org
like this bro

1 Like

wait oops lol anyways the a element should be after No Copyright and FreeCodeCamp.org should be placed between the opening and closing tags of the a element

1 Like

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