Learn HTML by Building a Cat Photo App - Step 7

Hey everyone, Stuck on the 7th step, read the directions and checked the forum, doesn’t seem like this question has been asked yet - Just wondering where I’m going wrong - Appreciate any advice or help!

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 cat photos in our gallery.</p>
      <elementname>img



<!-- User Editable Region -->

    </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/119.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 7

Should add as well, I have tried to reset and redo this step to no avail.

Hi! Welcome to our forum. Seems like you’re unfamiliar with the image tag. Check this.

:heart: THANK you, was going slightly crazy, problem solved!

1 Like

Keep up the good progress.

1 Like

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