Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

it wants me to put ‘see more’ before the anchor and i did. i tried this See more cat photos in our gallery. and

See more

cat photos in our gallery

both apparently its wrong, i dont know what to do .

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"> cat photos in our gallery</a>

<!-- User Editable Region -->

    

### Your browser information:

User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0</code>

### Challenge Information:
Learn HTML by Building a Cat Photo App - Step 12
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-12

Hi. You have moved the position of the closing anchor tag. If you reset the step you will get it back. The instructions say to add after the closing anchor tag. There should be nothing before “See”. I think you have a stray character there.

1 Like

Hey Buddy , Here You need to put this line after your closing anchor tag

2nd thing you shouldn’t have extra space after your anchor tag.

Third thing kindly do remove this forward slash.

Hope You Understand !!