Src attribute in kitten image. May I ask for help?

**Hi! Having trouble with my src the kitten image part, I was stock **

**My code is: **


<h2>CatPhotoApp</h2>
<main>

<img src=" https:bit.ly//
fcc-relaxing
cat" alt="relaxing cats.">

<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>

Challenge: Add Images to Your Website

Link to the challenge:

Hello, you have problem with copying the image url. Try to delete the url that you have added and copy the given url at the challenge which is this url https://bit.ly/fcc-relaxing-cat and paste it into the src attribute src="URL HERE"

Solution:

<h2>CatPhotoApp</h2>

<main>

  <img src="https://bit.ly/fcc-relaxing-cat" alt="relaxing cats.">

  <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>

Still not working for me .

it does work, you copied a wrong url which doesn’t direct you to any page.
can you send your new code that didn’t work?

1 Like

I figured out a while ago. it didn’t work on my phone but It does work on my laptop … Thank you!