Learn HTML by Building a Cat Photo App - Step 5

Tell us what’s happening:

i don’t understand the issue what is error in the code

Your code so far

<html>

<!-- User Editable Region -->

  <body>
    <main>
      <h1>Plantiya</h1>
      <p>Some more important content...</p>
      <h2>Hello</h2>
      <p>Hello ji</p>
      <h2>Hello</h2>
      <p>Hello ji</p>
    </main>
  </body>
</html>


<!-- User Editable Region -->

Your browser information:

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 5

Hi there!

Why did you added that elements with unnecessary text. Reset the challenge step and carefully read the instructions.
The instructions is asking you: Identify the main section of this page by adding a <main> opening tag before the h1 element, and a </main> closing tag after the p element.
Note: you didn’t need to add any extra elements to the challenge editor, only add the main opening and closing tags as requested to your existing code.

Hey Buddy, Here are you suggested to add these p tags

Re-Read the instructions please !!!

Hey!

The instructions is asking to add a main opening and closing tags.