Tell us what’s happening:
Describe your issue in detail here. I can’t figure out what else I’m supposed to type in for the src and neither the hints nor the help is actually helping me.
**Your code so far**
<h2>CatPhotoApp</h2>
<main>
<img src ="kitten" alt="kitten"
<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 (X11; CrOS aarch64 14526.89.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.133 Safari/537.36
<img src="url goes here" alt="descriptive text goes here">
For the src url, use the url that the directions give you here.
Now set the src attribute so that it points to the url https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg
once you add the image element with the correct src url then the test will pass.
what is the url? I thought it was kitten.jpg. And is the whole website supposed to be typed out with it because I’ve tried it multiple different ways and I just can’t figure out the setup.