Learn HTML by Building a Cat Photo App - Step 8

Tell us what’s happening:

Hi, I’ve gone over the URL so many times I don’t know what I’m looking at anymore but I can’t see a typo, the code otherwise looks right but something is obviously not right… can someone help, please? Thank you in advance!

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>See more cat photos in our gallery.</p>

<!-- User Editable Region -->

      <img> src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg"

<!-- User Editable Region -->

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

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 8

hi and welcome to the forum!

move the > so it is at the end of this line (after the src attribute)

Shit, that was it… thank you so much! I knew it was something obvious I missed somehow… thank you again!

1 Like