True but it won't let me pass

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

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<a href="https://www.freecatphotoapp.com">Cats Photos</a>



<img src="https://www.bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">


<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>


  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

The code is correct but it won’t let me pass I’m going crazyyy

the kod true but it wont let me pass

Computers are sometimes very picky about case. Look closely at the error message you are getting in the console window underneath the editor. You have the link text as “Cat Photos” but the instructions want it to be “cat photos”.

I fixed it that way but it still says wrong

I fixed it that way but it still says wrongg

have you also removed the extra s?

yes it’s fixed now thanks

copy and past can eliminate most errors. i would not rely on this but rather fall back on it.
99% of the issues that will stump you up the most are simple typos.
Try using copy and past with what it says it should be. Then run the tests again.
Also if your error code is changing with your attempts. post them with your results. DONT GIVE UP!

thank you very much, at the slightest mistake, it gives terror, our job is difficult, luckily I got it done, don’t give up

no problem. Happy to share.

1 Like

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