I am stuck here please some one see what the issue in hint they say space between element and attributes I attached screenshot shot please see what is wrong he

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

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
    <img>
  <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg">
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 9; A7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.61 Mobile Safari/537.36

Challenge: Step 8

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.


You should only have one img element.

Please see above screenshot I am stuck here

Please use words and code, not a screenshot.

When I enter code but they asking for spacing in element and attribute please can you tell me where is space required

Make sure it is src not scr.

2 Likes

I am stuck in attribute section please see where is mistake

You need to have only one img element. The code you posted has two.

1 Like

Ok I I see one Img thanks I get it
Thanks for src

2 Likes

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