The src is not correct

I don’t understand , they ask for src, i gave it and it still is not correct…mine looks like this

<img src="https://s3.amazonaws.com/freecodecamp/relaxing-cat.jpg" alt="Relaxing Cat.">

so can you please explain to me where im off…cause i’m new to html…
Thank You

Your code so far


<h2>CatPhotoApp</h2>
<main>
<img src="https://s3.amazonaws.com/freecodecamp/relaxing-cat.jpg" alt="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 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

i did at first…
cat is relaxing on the floor.

I am stuck…any help…will be much appreciated…
Thank You

cat is relaxing on the floor.

img src="https://bit.ly/fcc-relaxing-cat/" alt="cat is relaxing on the floor."

is this the correct way to post a code?

<p><img src="https://bit.ly/fcc-relaxing-cat" alt="cat is relaxing on the floor."></p>

like this?

<p><h2>CatPhotoApp</h2>
<main>
  <img src="https://bit.ly/fcc-relaxing-cat" alt="cat is relaxing on the floor.">
<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></p>

Your src is wrong at first.

change it.

src=“https://bit.ly/fcc-relaxing-cat

I fix it already…but thank you