Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:

my h2 element lacks a closing tag.I have written my code and it dose not hav ethe closing tag/ after the character < i need to learn how to write the codes with different elements

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>CatPhotoApp</h1>
    

<!-- User Editable Region -->

  <h2>/Cats in the wild
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) 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 2

Hi there and welcome to our community!

This is your h1 element:

Your h2 element should have the same syntax. You should have an opening tag, text content, and a closing tag.

You have an opening tag, a forward slash and text content:

<p>Cats  in  the  wild </p>

without a forward slash after your opening paragraph tag