Ajuda na Tag "âncora"

Tell us what’s happening:

tentei todas as possibilidades e não consegui achar o erro na inserção do texto “fotos de gatos”.

Your code so far


<h2>CatPhotoApp</h2>
<main>

<a href="https://freecatphotoapp.com"> fotos de gatos </a>
<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>

Your browser information:

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

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:


It looks like your browser is translating freeCodeCamp to Portuguese. This is useful, but it also causes problems. The tests are expecting “cat photos” (in English), but that is being translated to " fotos de gatos " for you.

There are plans to translate freeCodeCamp into other languages, including Portuguese, but that will be a slow process. For now, it might be a good idea to have freeCodeCamp open in a different browser with translation turned off, so you can see when specific text is expected. I know that this is very frustrating, but I hope it doesn’t make you less interested in learning to code.

1 Like

A lição pede para incluir o texto âncora “fotos de gatos” associados a imagem, porém, o código html só aceita o texto âncora “Cat Photos”, algumas pessoas não conseguiram resolver esse erro.

As @ArielLeslie mentioned, the tests will only accept the words cat photos not a translation.


The lesson asks to include the anchor text “Cat Photos”. Your browser is translating and changing the lesson.

thank you for your help.

Thank you for your help