Learn HTML by Building a Cat Photo App - Step 13

Tell us what’s happening:
Says You should add a p element around See more cat photos in our gallery…
What am I doing wrong?

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>
      <p>See more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery</p>
      <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 mobile information:

iPhone - iOS15.8.3

Challenge: Learn HTML by Building a Cat Photo App - Step 13

Link to the challenge:

You accidentally deleted something here

1 Like

Hi there. There was a dot after gallery

1 Like