<img src in red colour .dont work at al;

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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

I’m not sure what you mean about “red color”. But you aren’t using the url you were asked to use. When I fix that, your code passes for me.

You should specify the exact lesson title for easier reference; however, I believe it has to do with adding images to your webpage. In the lesson -
You need to set the img src to point to this url: https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg, with its corresponding alternate text which is alt=“A business cat wearing a necktie”
What is expected: A business cat wearing a necktie
Hope this helps.

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