Learn HTML by Building a Cat Photo App - Step 15

Tell us what’s happening:
Describe your issue in detail here.
I have tried stack overflow, a video on how to turn a photo into a link from freecodecamp.org youtube video, and still my code is not working. How do I turn a photo into a link??? Im stuck on this and cannot move forward until it is fixed. Thank you in advance.
Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <main>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Click here to view more.</p>
      
      <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>
    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 15

Link to the challenge:

Your code is working on my side. Try change your browser or use your mobile browser for this step if you decide you still want to continue using Mozilla.
There is an issue sometimes with Mozilla. Even our code is correct but it caught an error.

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