Can't get passed this point, I've tried all I could but it's still telling me “Your image should have a src attribute that points to the kitten image”. Help

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>

<img src="https://www.bit.ly/fcc-relaxing-cat.jpg" alt="A 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 (Linux; Android 11; TECNO KF7j) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

Your src address is not quite correct. Read the question again and copy it’s address exactly, you almost have it

I tried copying same thing over and over again, but it keeps showing same error command

The address the question says to use does not have a .jpg in it. You must precisely follow the instructions in the question to pass

Ooops! Thanks much sir, I really appreciate your efforts.

Well done. The questions on this course are very specific. 1 letter miss spelt or missing is usually enough to fail a challenge. It’s important to read the questions slowly and follow thier instructions exactly.
Good luck

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