Trouble with adding cat image

Tell us what’s happening: I am just starting to learn Web Development and I am having trouble with the 8th level
Describe your issue in detail here. I am passing 2/3 requirements however it keeps telling me “your image should have a src attribute that points to the kitten” I have looked at multiple guides on how to do this and copied them however nothing change I don’t know what to do.

  **Your code so far**


<img                                      src="https://bit.ly/fcc-relaxing-cat"         alt="A 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 (X11; CrOS x86_64 14324.80.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.102 Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

" Within the existing main element, insert an img element before the existing p elements."

Double check where you put your img element.

1 Like

i tried putting everything under the main and before the p and it still is not working i watched a youtube video and did the exact same thing as another guy and he passed so i don’t know whats going on

i was able to figure it out :slight_smile:

Glad you got it figured out :grinning:

1 Like

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