It's not working i can't find my error on adding image

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

  **Your code so far**

<img src="https://s3.amazonaws.com/freecodecamp/relaxing-cat.jpg" alt="relaxing-cat.">
<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>
  **Your browser information:**

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

Challenge: Add Images to Your Website

Link to the challenge:

Revisit the lesson reading the instructions carefully.
The first instruction says;
Within the existing main element, insert an img element before the existing p elements.

Also, pay attention to the URL you’re asked to use for the src attribute.


can you tell me where it’s cause i can’t find my error

Screenshots do not help. We really need to see your code. I’ll show how you can attach your code at the bottom.
Right after this, Let’s try to add an image to our website: are the instructions you need to follow to complete the lesson.
The tell you were to put the img element and the URL that you are to use.
As a hint, there’s even a very big gap where you are to insert your code.
Hope that helps.


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 (’).

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