HTML COURSE Add Images to Your Website challenge

hello everyone. I got stuck at this point and couldn’t go further. I really don’t get what is wrong. help, please!

  **My code until**


<h2>CatPhotoApp</h2>
<main>

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

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

There are no spaces between the url and the quotes. No spaces before or after “=” on attributes. alt text can’t be empty.

Thank you very much. it worked!

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