Learn HTML by Building a Cat Photo App - Step 5

Tell us what’s happening:

Ne yaparsam yapayım maini p nin altına koy diyor ben anlamadım burda ne yanlış var

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <main>
    <h1>most important content of the document</h1>
    <p>some more important content</p>
    </main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (iPad; CPU OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/132.0.6834.78 Mobile/15E148 Safari/604.1

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 5

Hi there! Please read the instructions carefully, you have to put this block of code within the main tags:

    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Everyone loves cute cats online!</p>