Learn HTML by Building a Cat Photo App - Step 8

hello,
i am just starting to learn to code and I cannot figure out what I am doing wrong in this step. I have tried a few different things but I don’t know what i’m missing. I do have a visual impairment so it is vary possible that it is something obvious that i’m not noticing. But any help would be appreciated. Thank you.

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>
      <img> src=https://cdn.freecodecamp.org/curriculum/cat-photos-app/relaxing-cat.jpg>
    </main>
  </body>
</html>

Your mobile information:

iPhone - iOS18.3.1

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

Link to the challenge:

1 Like

Hi. Have a look at the example code given, and follow the same syntax:

<img src="https://cdn.freecodecamp.org/platform/universal/fcc_secondary.svg">