Step 14 cat app help me pls!

STEP 14 CAT APP PLS HELP

Ive tried refreshing the page and read lots of threads and tried to fix it but it says: You should only add one opening anchor (a ) tag. Please remove any extras, but I have NO EXTRAS? WHAT SHOULD I DO gigachad needs HELP.
Gigachad code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <main>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Click here to view more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</p>
      <a herf="https://freecatphotoapp.com"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."</a>
    </main>
  </body>
</html>
   **GigaVIP information:**

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

Challenge: Step 14

Link to the challenge:

Two things:

  • The attribute name is href, not herf.
  • You removed the closing > on the <img> tag.

I did the corrections but whenever I put the tag on the code it says: You should have an img element with an src value of https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg . You may have accidentally deleted it.
I corrected the href error thanks for pointing that out.
But the code still says I have one extra anchor and when I delete it, the code says I need to add a end element? I need help with that.

We need to see your HTML in order to help you. To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key.

neverminded I found out what I got wrong it was a tiny error. Sheesh the amount of frustration something small can make. Thanks for helping though! :pray:

CatPhotoApp

<main

Cat Photos

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.