Learn HTML by Building a Cat Photo App - Step 8

Tell us what’s happening:
I cant get past the 8th step and i tried different things but i dont know what i´m doing wrong

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>
        <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 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

Link to the challenge:

1 Like

first goes = then " "

you seem to be using wrong ¨ for "

2 Likes

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