Build a Cat Photo App - Step 12

Tell us what’s happening:

There are no errors in my code but the I am encountering a run error stating that my code isn’t passing. It is written verbatim to the solution. Possible bug in the lesson.

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>

<!-- User Editable Region -->

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

<!-- 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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 12
https://www.freecodecamp.org/learn/full-stack-developer/workshop-cat-photo-app/step-12

Check spacing and spelling for errors. You do not need to add a space in front of “cat photos” within the a element, you should leave that part alone.

It would help if you keep it all on one line as well, so you can clearly see the spacing.

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