Build a Cat Photo App - Step 12

Tell us what’s happening:

I added the words See more but not acceptable. Please help me identify the problem

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 -->

      <p>See more 
        <a href="https://freecatphotoapp.com">cat photos</a>
      </p>

<!-- User Editable Region -->

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

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0

Challenge Information:

Build a Cat Photo App - Step 12

Hi - there was some further text to add plus a space before - see the instructions. At this stage you weren’t asked to add p tags around it.

Hello. i edited the the editable region like this and still wrong. i also do not know how to add this text without o element! Can you please be specific? thanks in advance

See more cat photos in our gallery

Hi. You haven’t added " in our gallery". Remove the opening and closing p tags you have added. You add those at a later step

1 Like