Add images to website src attribute

Tell us what’s happening:

A buisness cat wearing a-necktie.

Describe your issue in detail here. im getting this error Your image should have a

src

attribute that points to the kitten image.

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<img src="https://freecatphotoapp.com/your-image.jpg" alt="A buisness 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>

Challenge: Add Images to Your Website - ***BUT IM RECEIVING THIS ERROR : Your image should have a

src

attribute that points to the kitten image. // tests completed

Link to the challenge:

image
According to the task, your src attribute should point to this link: https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg

The current img tag you have used is the one given in the example.

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