Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Hi all really stuck on step 12 html please help

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>
      see more <a href="https://freecatphotoapp.com">cat photos</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.">
    </main>
  </body>
</html>

Your mobile information:

Lenovo TB-X306F - Android 11 - Android SDK 30

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

Link to the challenge:

See more.Watch out!bro

[quote=“timothyeades, post:1, topic:745980”]
see more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery
[/quote] Think this looks correct?

You just need to capitalized the “S” in “see more”.

1 Like