I am stuck in the early cat html lesson. Please someone teach me

I am stuck in the early lesson of html regarding src, it says that I have not attributed src properly.:
Describe your issue in detail here.

  **Your code so far**

<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>
<img src="https://www.freecatphotoapp.com/your-image.jpg" alt="A business cat wearing a necktie."> 
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

The instructions say:

"Now set the src attribute so that it points to the url https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg"

You currently have the src attribute set as

src="https://www.freecatphotoapp.com/your-image.jpg"

That doesn’t look the same as what the instructions are asking for.

Problem solved, missed the instruction there’s a line downstairs that is calling me to post another picture not only 1. Thanks, bbsmooth.

It just wants you to add one image to the html. The tutorial is just showing you how to add an image, it doesn’t want you to add those example images to the HTML. The only image you add is the one at the very bottom of the instructions.

1 Like

4 posts were split to a new topic: Help with cat img lesson