Adding image to my website

Tell us what’s happening:
Describe your issue in detail here.
please what’s wrong with this code , it keeps telling to add src that point to the cat

  **Your code so far**

<h2>CatPhotoApp</h2>
<main> <img src= "https://cdn.freecodecamp.org/curriculum/cat-photo-app//https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.shutterstock.com%2Fsearch%2Fcat%2Bphoto&psig=AOvVaw3Ya8gQ_Av_EAX4ap9mxunx&ust=1643209730704000&source=images&cd=vfe&ved=0CAsQjRxqFwoTCMDT2LSXzfUCFQAAAAAdAAAAABAD"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/97.0.4692.71 Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

Hi @ademolaolatunji8 !

Welcome to the forum!

The url is wrong here

Also, you need to remove this incorrect syntax

I would reset the lesson and try again.

Make sure you use the correct syntax for image elements.

<img src="url goes here" alt="descriptive text goes here">

Also, make sure to use the exact url for the src or else it won’t pass.
You will need to read the directions more carefully for the correct src url .

Hope that helps!

1 Like

I will try again right about now

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