Need help with src section

Tell us what’s happening:
Describe your issue in detail here.
everything is fine until I run the test and it keeps saying attributes must point towards the kitten image. I cant for the life of me understand what im doing wrong. I put the <img src=" adits not working. any tips

  **Your code so far**

<h2>CatPhotoApp</h2> 
<img src="http:www.bit.ly/fcc-relaxing-cat"alt= "a business cat wearing a necktie.">

<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>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15.

Challenge: Add Images to Your Website

Link to the challenge:

The link is wrong. the correct is " https://www.bit.ly/fcc-relaxing-cat". Try copy and paste in the next time. Is safer that way;

its still not working with the copy and paste

there’s a space before https://.

yours: src=" https://www.bit.ly/fcc-relaxing-cat"
correct: src="https://www.bit.ly/fcc-relaxing-cat"

OMG thanks!!! I could’ve swore I tried it without the space but who knows…

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