Learn html by building a cat photo app step 17

hiii i need help


not sure if this queastion was asked befor but i really really need help

Hi Buddy, Can you do provide your code too ?

You can do provide it by pressing the Help button you can provide your code to us…

Hope You Understand…

oohh sorry i didnt know i could do this give me a sec

Sure, take your time !!

Learn HTML by Building a Cat Photo App - Step 16 here it is

WAIT THIS IS THE WRONG STEP LETME DOIT AGAIN

1 Like

Learn HTML by Building a Cat Photo App - Step 17 here it is again sorry for the trouble

Tell us what’s happening:

alredy made a post about dis

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <p>Everyone loves <a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg">cute cats</a> online!</p>
      <p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>

<!-- User Editable Region -->

    <a hrfer="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>

<!-- User Editable Region -->

    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 17

Welcome to the forum @ChiruzzAh

Then opening anchor tag is missing a closing angular bracket.
The hint message will help guide you on the next issue.

Happy coding

im sorry but what does this mean? could u put this in simpler words? im autistc and have 0 coding knowledge so i cant really understand. sorry.

This is an opening bracket < and this is a closing >

A tag needs both:
<p>

Your tag is missing the closing bracket.

OOOHHH i see now!! thank you so much ill check it out later today :))