What's wrong here when I try to submit the code it keeps saying the link's text should say "cat photo" when I recheck it I don't find anything wrong

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more <a href="https://freecatphotos.com">cat photos</a> </p>
    <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 11; SM-T505) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Safari/537.36

Challenge: Step 12

Link to the challenge:

That’s a bit of a title to read :sweat_smile:
In the future it might be best to make your title shorter and put your details in the post. Just a bit easier to read and improves how well your post can be searched.


Might compare the original text to your current text.

Click here to view more cat photos.

Looks like you’re missing a character.
Also compare your URL to the one given:

https://freecatphotoapp.com

1 Like

ah! yeah i’ll make sure about the title
and about the thing that i’m missing somethng in the text or url …
i checked over and over again but i couldn’t find anything wrong

URL is wrong you have to put https://freecatphotoapp.com as the URL

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