The code is saying i should have a src attribute that points to the kitten image. Well it does and the Picture shows up. But it will not allow me to proceed

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**


<h2>CatPhotoApp</h2>

<img src="https://s3.amazonaws.com/freecodecamp/relaxing-cat.jpg" alt="Relaxing Cat.">


<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/90.0.4430.93 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

Hi!
Do look at the url (which you need to set as the src) provided in the question again!

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

your img element is outside main element, make it inside.

Thanks, I will try. Yes, it did work I had to put it under the main element + my address where the picture was also incorrect. Thank you kindly.

Thanks, I will try. Yes, it did work I had to put it under the main element + my address where the picture was also incorrect. Thank you kindly.

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