Inserting Image with Atl

I Have try the code and i keep seeing this: Your image should have a src attribute that points to the kitten image.:
I Have try the code and i keep seeing this: “Your image should have a src attribute that points to the kitten image.”

   **Your code so far**
   <img src="https://bit.ly/fcc-relaxing-cat."

alt= “relaxing Kitten.”>


<h2>CatPhotoApp</h2>





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

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

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


 <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/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30

Challenge: Add Images to Your Website

Link to the challenge:

I very much suspect that this is not the correct url. It ends in a ..
You also should only have one image tag instead of two.

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