Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

Who could I change this to making the code into a the wright way.

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    <elementmname>See more cats
</p>See more cat photos in our gallery.</h2>
      
     

    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

Hi there!

Welcome to the FCC forum. You have added extra unnecessary line of code above. Also you added the wrong tags around the text See more cat photos in our gallery. reset your challenge step and add p opening and closing tags.

Example

<Openingtag>required text</closingTag>

Edit: this is <> opening tag. And that is </> closing tag. now you want p called paragraph opening and closing tags.
Learn more about it here is link:
https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.w3schools.com/tags/tag_html.asp&ved=2ahUKEwjBudjn0d6HAxUnT6QEHY2uEQ0QFnoECDQQAQ&usg=AOvVaw1fzKcAYN3-n2iyAapdwcUS