Build a Cat Photo App - Step 5

Tell us what’s happening:

i am doing the order but still says sth wrong ! what should i do !

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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 5

Why are these here?

Please read the instructions.

adding a <main> opening tag before the h1 element, and a </main> closing tag after the p element.

You need to add <main> and ` in the correct places, nothing else.

You can’t just copy paste the example code. Read the instructions.

Hi Buddy, Here this html code included in your web page also considered inside the main element

We do write the code inside the main element so that all the code should be inside the main theme.

Hope You Understand.