Build a Cat Photo App - Step 14

Tell us what’s happening:

according to me the given answer which is provided by me is right but the freecodecap is not runing it its shows error from two days i have been stucked here so please give the right answer which should be provided

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

      <p>Everyone loves cute cats online!</p>
      <p>cute cats</p>
      <p><a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg"> cute cats </a> </p>


<!-- User Editable Region -->

      <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 browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 14

Your code is not correct.

It is against the forum rules for us to write the answer for you.

The biggest issue is you’ve added a bunch of elements that aren’t in the instructions. I would reset the step and only add anchor tags to the starting code and nothing else.

do you remember all the steps spent creating this? you need to do the same thing again with the other p element

1 Like