Help to get threw the exercice :Nest an Anchor Element within a Paragraph

I don’t understand why I am not succeeding to this exercice :

<h2>CatPhotoApp</h2>
<main>


  <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
<p>
  View more <a target="_blank" href="https://www.freecatphotoapp.com"> cat photos </a>
</p>

  <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>

It is this exact solution (exact same as the hint solution page but it keeps returning me :
" You should only have one ‘a’ element."

Can somebody help me to get threw the progression

The code you have shared works on my end. Please ensure that you have disabled any extensions that interface with the freeCodeCamp website (such as Dark Mode and Ad Blocker), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

hello
thanks for your answer
I found the extension who were blocking it

:pray:t3:

Good. Just so you know, when you open up the RWD course there’s this at the very top…

Note: Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests. If you face issues, we recommend disabling extensions that modify the content or layout of pages, while taking the course.

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