Cat wearing a tie problem

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

Your image should have a src attribute that points to the kitten image.
Your code so far
but I already put a cat wearing a tie in the tribute


<h2>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>
<img src="https://www.freecatphotoapp.com/your-image.jpg" alt= "A business cat wearing a blue necktie.">
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15

Challenge: Add Images to Your Website

Link to the challenge:

Hi @kiteen !

Welcome to the forum!

This is wrong.

You need to reread the instructions again for the correct url.
Now set the src attribute so that it points to the url https://www.bit.ly/fcc-relaxing-cat

Hope that helps!

1 Like

Also, the image tag needs to be in the main tags.

Within the existing main element, insert an img element before the existing p elements.

1 Like

yes I just changed the main element problem but I’m still stuck on src which word am I supposed to correct

The link you used is wrong.

You need to use the link from the lesson.

1 Like

I putted like this

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

but it shows im still wrong

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

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

1 Like

Your answer

Does not match the correct answer

Can you see the difference?

1 Like

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