Add Images to your Website - I tried every suggestion to solve it but can't!

Tell us what’s happening:

Well, I’m stuck at this last point. There is something wrong with it but I can’t figure out what. I have the src attribute, but the feedback keeps saying “Your image should have a src attribute that points to the kitten image.” Is there anything I’ve left out or done wrong?

Here’s the last entry:

Cute kitten.

Your code so far


<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<style>
  .red-text {
    color: red;
  }

  h2 {
    font-family: Lobster, Monospace;
  }

  p {
    font-size: 16px;
    font-family: Monospace;
  }
</style>

<h2 class="red-text">CatPhotoApp</h2>

<p class="red-text">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 class="red-text">Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/add-images-to-your-website

HINT : the source code ?

A cat relaxing.

I tried the original source code, but it didn’t work. So I tried the one that was amended when it opened with Chrome.
I stand corrected! You’re right! Strange though that it didn’t work the first time round.
Cheers and thanks again, fullthrottlecoder!

I am learning and have done the same too. Wait till you miss that single ", " comma in a 100 line code. It makes me laugh!

Cheers!