Build a Cat Photo App - Step 14

Tell us what’s happening:

pls help with step 14 its really hard and nth is working

Your code so far

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

<!-- User Editable Region -->

      <a href=https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg<p>Everyone loves <a>cute cats</a> 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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0

Challenge Information:

Build a Cat Photo App - Step 14

you need to replicate what you did here

does what you did match?

yes it does so hw do i go abt it

Not really, no it doesn’t. Look again carefully and compare.

You need to nest the words “cute cats” in an anchor a element, just as you did previously with the words “cat photos”.

The whole sentence should be within a p element as well, just as you did before.

Watch your punctuation as well, the URL needs to be in quotes.

1 Like

so the line you created previously has two opening a tags?

no it doesn’t idk wht to do

please break it down i dont understand

Can you please explain a bit more of what you do understand and what you don’t?

It’s hard to know because this task is a repeat of what you’ve already done so it should be a review.