Lost with alt image

Tell us what’s happening: I’m not sure what I did wrong.

  **Your code so far**

<img src="https://bit.ly/fcc-relaxing-cat."alt="Relaxing cat"/>
<h2>CatPhotoApp</h2>
<main>
<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 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.67 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

you should use a space between attributes but otherwise you aren’t giving any debug information to work with.

The tests should give you more information

Try without the / at the very end? Let me know if that helps :slight_smile:

Hi @alishagabrielle !

Welcome to the forum!

You need to remove the period in this url and the test will pass.

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