Learn HTML by Building a Cat Photo App - Step 13

Tell us what’s happening:
Describe your issue in detail here.
Could somwone tell me what to do?
Im a german bewbie and just tried coding wirh freecodecamp 2 hours ago . Im trying to delete the ancor after the p element but fcc tells me I shouldnt make any previous changes could some help thanks

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">cat photos</a> in our gallery</p
            href="https://freecatphotoapp.com">cat photos</a> in our gallery</p>

      <!-- TODO: delete the whole anchor<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:

SM-S901B - Android 13 - Android SDK 33

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

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!

You were not asked to write a new comment.

You need to use the delete key and no other keys.

I don’t know what changed here exactly, but you shouldn’t make any other changes other than deleting one whole line


I think you’re looking for the word “newbie” here :slight_smile: “bewbie” is a very different thing

Buddy Nice trial, here this step is telling you to remove the below link element

  href="https://freecatphotoapp.com">cat photos</a> in our gallery</p>

Second thing is kindly put the close bracket > after your closing p tag

Hope you understand !!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.