Build a Cat Photo App - Step 14

Tell us what’s happening:

At first, I was getting something but I suddenly lost track in this lesson. Please I need HELP!!!:sad_but_relieved_face::sad_but_relieved_face::weary_face:

Your code so far

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

<!-- User Editable Region -->

    <p> <a>cute cats</a>  href=https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg</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; rv:146.0) Gecko/20100101 Firefox/146.0

Challenge Information:

Build a Cat Photo App - Step 14

do you remember the last few steps in which you created an a element inside a p element? you can see below the code you created. Now you need to repeat the same thing with a different sentence

I suggest you reset the step so you recover the starting code and try again

Hi buddy, Here you need to take a look that when we write any anchor link then we do need to put it inside the double-colon " " then only we will be able to convert link into an anchor tag.