Learn HTML by Building a Cat Photo App - Step 13

Tell us what’s happening:

I have tried removing the anchor element under the p element numerous times. I’ve tried clearing cache, resetting the lesson, closing my browser and then opening it back up. I even restarted my laptop. It just wont accept that I’m doing it right. I’ve looked at several other posts about this and none that I read offered a solution. Any ideas?

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

      <p>See more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>
      

<!-- User Editable Region -->

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

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 13

Hello there!

Have you tried using a different browser? Also, have you considered disabling existing browser extensions?

3 Likes

I tried finding the extensions in Chrome, but I couldn’t figure out what extensions could be affecting the site like that (cause Chrome’s a jerk), so I had to change my browser to Mozilla Firefox and use that. Thanks for the suggestions!

1 Like