Getting image on my work

Tell us what’s happening:

Please help me find a way to insert the image on my challenge work. I have really struggle.

Your code so far


* List item

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

<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 (Linux; Android 8.1.0; TECNO LB7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

Hey Benjamin, a couple things.

  1. it says to put it inside the main element. So make sure you put that below the <main> tag and before the </main> tag.
  2. be very careful with the spelling. It’s “src”, not “scr”. Sometimes it’s good to cut and paste if it’s not working, because our eyes often don’t want to catch these things.

its src not scr…