Learn HTML by Building a Cat Photo App - Step 14

Pls I’m new here ND I do not understand anymore can someone pls explain what I’m going to do here

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> <a href= "https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg">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>

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

Link to the challenge:

Hi there! You didn’t added the words See more after paragraph element opening. Also you should look close to the href attribute and value syntax, It’s looking weird.
You must write the code syntax correctly, you should be careful about spacing and punctuation within the code syntax.

1 Like