Build a Cat Photo App - Step 14

Tell us what’s happening:

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

i am in the step 14 and stuck here. i need help checking my code. i was trying few time but still error.

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

Challenge Information:

Build a Cat Photo App - Step 14

the correct code is:

Everyone loves cute cats online!

, “cute cats” of p element should be inside the anchor tag don’t write it seperately.

hi @Navjot_Maan

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge. How to Help Someone with Their Code Using the Socratic Method

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

do you remember the last few steps? you had to write this p element with an a element inside. Now you need to do the same thing again with the other p element, use this as an example

Oh sorry! I am new here and not aware of these rules. I will not repeat this mistake in future. Thank you for this information.