Source Attribute not Pointing to Kitten img

Tell us what’s happening:
I am getting an error that is saying I should have a source attribute pointing to kitten image. To me, it looks like I have it correct but something has to be up with how I have this syntax entered.

The Cat app has a very professional Cat appearing on it with proper text. Thanks in advance for letting me know where I am being dumb at. :slight_smile:

Describe your issue in detail.
I have tried with the () and without main, srv pointing attribute just won’t clear.

  **Your code so far**

A business cat wearing a necktie.


<h2>CatPhotoApp</h2>

<main>
<img src="https://www.freecatphotoapp.com/your-image.jpg" alt="A business cat wearing a necktie.">
</main>




  **Your browser information:**

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

Challenge: Add Images to Your Website

Link to the challenge:

HI @craig.kunselman !

Welcome to the forum!

You are using the wrong url here

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

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