I dont know how to point the srg to the url

Tell us what’s happening:
Describe your issue in detail here.

   **Your code so far**

<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>
<tag key1="value1"
<tag key1="value1"
key2="value2"> </tag>
key2="value2" /> 
https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg

<img src="insert URL of the image" alt="Cute dog smiling">
<img src="https://www.freecatphotoapp.com/your-image.jpg" alt="a buiness cat wearing a  necktie.">
https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg
<img src="https://www.freecatphotoapp.com/your-image.jpg"

























































































   **Your browser information:**

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

Challenge: Add Images to Your Website

Link to the challenge:

It looks like you’re missing some tags and brackets here.

<catphotoapp</h2>
 \
   broken opening h2 tag

One of your <img> elements is also missing a closing bracket. After that, check the src you are using. It looks like you are using the example url:

https://www.freecatphotoapp.com/your-image.jpg

But the instructions ask you to use the other url provided:

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.