Adding img is not working

Tell us what’s happening:

Your code so far


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

<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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

1 Like

@jenporter25 Looks like you have some extra space after your src attribute. It also extends right up to the alt attribute. You also don’t have a closing > for you img. Happy coding! :smile:

1 Like

Hello! You forget to close img (“>” this one is missing)

I have no idea wtf I’m doing. I am new to coding (like infant new), so I am completely clueless. Thank you so much for your help. It worked.

1 Like

@jenporter25 You have to start somewhere! :smile:

1 Like

It’s okey this is just the beginning after that you’ll definitely get used to it :wink::100::raised_hands:t2:

1 Like