Learn HTML by Building a Cat Photo App - Step 14

Tell us what’s happening:
Just staring out got a few responses asking for clarification. On the line that starts with “Everyone loves cute cats online!” Im having the issue of not knowing where to nest “cute cats” and why it keeps telling me there can only be one instance, though im sure its just in the wrong place, thanks for the 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!<a herf=https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg></a cute cats>
      <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:

SM-S901U - Android 14 - Android SDK 34

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

Link to the challenge:

Their only needs to be one cute cats text and its here.

Nest the above, do not create a new text.

use this as an example, this a element wraps cat photos

1 Like