Adding image to my website issue on HTML5

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<img src="https://www.s3.amazonaws.com/freecodecamp/relaxing-cat.jpg" alt="a cat lying on the ground looking backwards.">

Please, how can I add a sec attribute that points to the kitten image? I can't seem to get it right.

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

It looks like you used a different image URL than the one the challenge gave you. It should be https://www.bit.ly/fcc-relaxing-cat

1 Like

It worked. Thank you so much.

Thank you so much for your help. It worked

1 Like

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