Learn HTML by Building a Cat Photo App - Step 17

Tell us what’s happening:

Am I wrong with my solution here on after the User Editable Region comment? On the preview pane on the right, I was able to click on the image and displays a message saying I am successful as it should redirect to https://freecatphotoapp.com. But my code isn’t accepted at all.

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <p>Everyone loves <a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg">cute cats</a> online!</p>
      <p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>

<!-- User Editable Region -->

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

<!-- User Editable Region -->

    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 17

Nevermind. I disabled my dark mode extension for this site (UltimaDark) and restarted the website. I’m able to proceed now, how do I mark this as resolved?