Build a Cat Photo App - Step 5

Tell us what’s happening:

The element represents the most important content of the document. It contains the primary information of the webpage, such as the main heading and paragraph. This section helps browsers and screen readers understand the central content of the page.

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 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 5

hello @charanmurmu506 welcome to the forum!

<main>     
  <h1>Most important content of the document</h1>     
  <p>Some more important content...</p>
</main>

This was given just as an example. Do not use it in your code.

You need to wrap this part in <main>

Hey buddy, think here what is the main element here ?