Beginner issues html

Tell us what’s happening: I don’t understand what im doing wrong. I tried to follow the steps with adding an image to your website. But it keeps saying I need to add scr tag but i already did that. At least
Can someone please explain what I’m missing here?

Your code so far


<img scr="https://bit.ly/fcc-relaxing-cat2" alt="Relaxing cat"/>

<h2>CatPhotoApp</h2>
<main>
  
  
  <p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
  <p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>

Your browser information:

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

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/add-images-to-your-website/

Are you sure it’s ‘scr’?

thank you i read it a couple of times. stupid me. Thank you!

1 Like

It happens to many people.
Please mark my post as the solution so others know it has been solved.

Thanks because I really felt stupid… I have marked your reply as the solution. Many thanks.

Its src not scr :+1:

Just going through beginner issues for practice, feel free to ignore.