Pointing an Image Tag to a Source

it keeps saying Your image should have a src attribute that points to the kitten image.
I’m trying everything as hard as I can but it still says that can you please help me
understand what it says and pass this test.
i would wish anybody would help me if you have passed the test please tell what problem


<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 (X11; CrOS armv7l 12371.89.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

1 Like

did you see this line?

Now set the src attribute so that it points to the url https://bit.ly/fcc-relaxing-cat

how do I do that
I would be glad if you showed me

here you have an img element but you have used the wrong value for the src attribute, you need to use the one you are tasked to use

am sorry that am asking you a lot of questions.
what I don’t understand is how should I use it or where I should use it.
can you please show me an example

Welcome, there.

I’ve changed your thread title to describe your problem more clearly. Descriptive titles, such as “Why does my function return undefined?”, are more likely to elicit helpful responses than generic titles, such as “Help please”, or long titles repeating the body of your post.

Cheers

this is an example, it’s an img tag
the src attribute is the link to the image to display, you just need to use the required one

This is solution my dear…

POSTED SOLUTION REDACTED

remove given freecatphotoapp https link and use the new link given in the task box.

thank you so much it heleped me

2 Likes

@marakidereje46 Thanks for sharing this. :slightly_smiling_face:

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