Learn HTML by Building a Cat Photo App - Step 9

Tell us what’s happening:

Acute orange cat lying its back

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>See more cat photos in our gallery.</p>

<!-- User Editable Region -->

      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt= "Acute orange cat lying its back">

<!-- User Editable Region -->

    </main>
  </body>
</html>

Your browser information:

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 9

what is wrong with code ?

1 Like

Hi there!
The challenge is very specific about the instructions. You have missing a dot after the text back in alt value also remove space before the first quote mark and equal sign.

Where is the dot missing? can you assist on this step?

you must figure out it by yourself, no one will give you the specific answer :slightly_smiling_face:

Welcome to the forum @WayneValery

Here is the required text from the instructions:

A cute orange cat lying on its back

Here is what you typed into the editor:

  1. place a single space between the first and second word
  2. inset the word on between lying and its

Happy coding