Learn HTML by Building a Cat Photo App - Step 5

Tell us what’s happening:

i have kept my next to the p tag… but still there is an error showing that to keep my next to p… what should i have to do for passing this process

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <main>
      <h1> Most important content of the document</h2>
      <p>Some more important content...</p>
    </main>  
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    
    <p>Everyone loves cute cats online!</p>
    
  </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/133.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 5

do not add the elements from the example, add the main element around the elements you already have