Attribute test that does not work

I do not understand why the test is not validated in relation to the attribute the text is not suitable? thank you for your help

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>

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

<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 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

The failing test says;
Your image should have a src attribute that points to the kitten image.

Notice your typo?

Ok, Do I understand you to write it in lower case?

While it should be written in lower case that’s not the issue.

The attribute is src. That’s not the attribute name that you have.

You have to put alt then?

Do you not see that you have the src attribute spelled incorrectly?

excuse me I didn’t pay attention thank you for your patience

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.