HELP! - Your image should have a src attribute that points to the kitten image

During the challenge, I encountered an error which says my image should have an src attribute that points to the kitten image.

The lines of code below are the code I wrote,


<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>
<img src="https://s3.amazonaws.com/freecodecamp/relaxing-cat.jpg" alt="relaxing cat.">

1 Like

can u give the challenge link here

1 Like

Thanks, Mr RocktimSaikiam, the problem has been fixed. I used the image URL given to me in the challenge.

I used this - https://bit.ly/fcc-relaxing-cat
So all newbies shouldn’t use this - https://s3.amazonaws.com/freecodecamp/relaxing-cat.jpg

2 Likes

i have applied that but its still not working
its still keep saying attribute src that points the image
am dead confused here

4 Likes

skip the challenge to another one then copy the image link and go back to the previous challenge and paste the link then submit you answer

I am currently having the same problem as well, what should I do?

1 Like

Hi @dcurt559!

Welcome to the forum!

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

1 Like