Basic HTML Help-me

Tell us what’s happening:

where is the error? This first mistake is damaged

Your code so far


<h2>CatPhotoApp</h2>

<main>



<img src="https://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>

<a href="https://freecatphotoapp.com">fotos de gatos</a>

Your browser information:

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

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

Hi @felipe09k,
this test is quite specific and it expects an exact match with the text requested, in this case
cat photos.

Unfortunately any translation in any other language won’t work as intended so here:

<a href="https://freecatphotoapp.com">fotos de gatos</a>

is not recognized as correct foto de gatos IS NOT cat photos
Hope it helps :slight_smile:

2 Likes

Ah, okay … Now it worked, I will look into these issues, thank you very much!