Learn HTML by Building a Cat Photo App - Step 8

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

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>
      <img>
   <  img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat-.jpg">
    </main>
  </body>
</html>

Your mobile information:

V20 - Android 13 - Android SDK 33

Challenge: Learn HTML by Building a Cat Photo App - Step 8

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Hello and welcome to the forum community @Linet !

Do you have a question for the community to provide us with a path to assist you with your code?

Good attempt!

Removing the space after img may resolve the issue.

Wishing you good progress on your coding journey. :slightly_smiling_face:

1 Like

Hi and welcome to the forum :wave:

You need to clean this up.

  1. stray <img> tag
  2. this big space < img src
  3. You have an extra - here -cat-.jpg" it’s not correct

All of this matters. It needs to be exactly correct to pass the step, it cannot be sloppy like this.

1 Like

@pkdvalis is completely correct.

I missed the extras.

Wishing you good progress on your coding journey @Linet !

2 Likes