Please help I'm stuck on this I think it's a glitch

Tell us what’s happening:
So it says that I’m doing something wrong but I watched a video and it still says it’s wrong (It’s saying that my scr link is not right even though I used the link and it works) so I was wondering if its a glitch or can I get a skip or something?

Your code so far


<h2>CatPhotoApp</h2>
<main>

<img scr="https://bit.ly/fcc-relaxing-cat"alt="Some cute cat or soemthing.">

<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/70.0.3538.102 Safari/537.36 Edge/18.18362.

Challenge: Add Images to Your Website

Link to the challenge:

Take a closer look, there’s a typo.

1 Like

Take a closer look. Your typo is not in the link. It’s in the img tag attributes. So it can be alt or src. It was even hard for me to notice.

Wait whats wrong I really don’t know what I did wrong (sorry I’m new to this)

There is a typo in your code. You wrote scr instead of src.

1 Like

Damn I’m dumb thanks

More than welcome.

Cheers