Build a Cat Photo App - Step 14

Tell us what’s happening:

i cant figure step 14 from the CatPhotoApp out the code what i should do and the tips that freecode camp are giving me make it even more confusing for me

Your code so far

CatPhotoApp

Cat Photos

Everyone loves cute cats online!

See more cat photos in our gallery.

A cute orange cat lying on its back.

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

<!-- User Editable Region -->

      <p>Everyone loves <p>cute cats</p> online!</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 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 14

You have the right words wrapped but that isn’t an anchor element. Have a look at line 8 for an example of an anchor element.

what should i change then

you need to use an a element instead of a p element

Kindly do add the link address over here