Learn HTML by Building a Cat Photo App - Step 5

this is still not working what to do now
Describe your issue in detail here.

Your code so far

<html>
  <body>
     <main>
      <h1>CatPhotoApp</h1> <!-- Main title inside the <main> tag now -->
      <h2>cute little cats</h2>
      <p>small and cute</p>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>
    </main>
  </body>
</html>

Your mobile information:

iPad - iPadOS18.3.2

Challenge: Learn HTML by Building a Cat Photo App - Step 5

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

you should only add main in this step, where are these from?
you can reset the step, than make sure to only add the main element