Learn HTML by Building a Cat Photo App - Step 8

**how do I insert the scr, I am finding it difficult to pass this stage
Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Click here to view more cat photos.</p>
      <img> "https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg"
    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36

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

Link to the challenge:

Move the > to the end of the line

Then write src= on the left of the first double quotes.

1 Like

it is not still working

Copy and paste your code here so we can review the changes you made.

Use the pre formatted code block tool which looks like </> to make sure it is readable.

<imgscr= “https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg”>

It seems you just need a space between img and src=
And be sure to fix the spelling mistake src= instead of scr=