Im stuck here, and don't know what I did wrong

Hello there

Please post your code instead of screenshot
Please provide link to the task.

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

That’s incorrect syntax, to use colon here - it’s a mistake.

1 Like

Oooh i see :sweat_smile:, thanks!

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