Hello please just started my coding class today and I need help with putting images it keeps telling me my image should have a src Attribute that points to The

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

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>  
 <img src="https://www.freecatphotoapp.com/your-image.jpg" 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>
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1

Challenge: Add Images to Your Website

Link to the challenge:

@Oyinlola ,

Your image URL is wrong. The URL you have given is from the example.

Kindly read the instruction for the src attribute.

Hope that helps

1 Like

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