Freecodecamp error am getting in my code

Am failing to to write the code of <img scr=“https://bit.ly/fcc-relaxing-cat.jpg
alt"cat in the kitchen.">

Your code so far


<h2>CatPhotoApp</h2>
<main>
<img scr="https://bit.ly/fcc-relaxing-cat."
alt"cat in the kitchen.">
<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 (iPhone; CPU iPhone OS 12_4_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1.

Challenge: Add Images to Your Website

Link to the challenge:

The correct attribute is src, not “scr”. Remove the period at the end of the image URL, and add the equals sign after alt.

If it is still not working, in this example, you haven’t correctly entered the entire scr url shown in the instructions. You are missing a bit.