Im stuck. I Need Help

Hi. I’m having trouble in the challenge “Add Images To Your Website”. It keeps saying: Your image should have a src attribute that points to the kitten image . What may I do?

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  <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) CriOS/92.0.4515.90 Mobile/15E148 Safari/604.1

Challenge: Add Images to Your Website

Link to the challenge:

A couple of things;

  • you need to use the URL provided in the lesson. You used the one that was provided as an example rather than the one needed to complete the lesson. When I correct this the tests pass
  • you deleted the first paragraph element. It won’t cause the test to fail but be careful to only change what you’re asked to change

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