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>See more<a href= "https://freecatphotoapp.com">catphoto in our gallery.</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:

TECNO KC8 - Android 10 - Android SDK 29

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

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

1 Like

Welcome to the community @Divi1!
You may want to reset the challenge and make sure you place the opening and closing tags in the correct position and also check for any spelling errors, Those are usually the ones we all miss. Hope this helps :slightly_smiling_face:

Hey Buddy,

Here Can you tell me what problem you are facing,

Or in which element of your code you need help ?

Welcome to the forum @Divi1

  1. The link’s text should be cat photos. You have either omitted the text or have a typo.

Instead of two words you have just one word.

Also, the word more is not separated from the link text. Please add a single space after that word.

Finally, after the link text add an anchor closing tag.

Happy coding