Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>
      <a herf="https://freecatphotoapp.com">See more cat photos in our gallery.</a>
      </p>
      <a href="https://freecatphotoapp.com">link to cat pictures</a>
      <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 - iOS16.6

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

Link to the challenge:

Welcome!

The quote above could be used on how to anchor the words cat photos within the p element statement.

Do not change anything, other than adding the opening anchor touching the word cat,and the closing anchor touching the work photos. Leave a space after the closing anchor.

Happy coding!

1 Like