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> 
      <IMG width="300"hieght="415" https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg = "https://cdn.freecodecamp.org/platform/universal/fcc_secondary.svg"> </IMG> 
      <IMG width="300"hieght="415"src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg"> freeCodeCamp logo:</IMG> 
    </main>
  </body>
</html>

Your mobile information:

Infinix X6516 - Android 12 - Android SDK 31

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!

There are no closing image tags. They are self-closing.

1 Like

Hello and Welcome to the forum!

Along with the good guidance provided by @AEA2002, the IMG should be img.

It is important to enter it as it is in the instructions.

May you enjoy good progress.

1 Like