Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

Add See more before and in our gallery after doesn’t work. I ediited the space and everything and doesn’t work.

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>

<!-- User Editable Region -->

      See more <a href="https://freecatphotoapp.com"> Cats photots</a>  in our gallery



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

<!-- User Editable Region -->

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

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

There is 2 spaces in front of the word “in”.

Hello and welcome to the forum community @panha876224 !

Good attempt!

Suggestion:
Reset the step (It will not affect any previously completed steps, only this one.)
Place the text See more before the opening anchor tag, as you have done here.
Place the text in our gallery after the closing anchor tag leaving only one space, as mentioned in the previous post.

Do not change anything else. This should pass for you if only the space after
more and the space before
in are present and all text is left untouched.

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