Build a Cat Photo App - Step 5

Tell us what’s happening:

please guide whats wrong in this ? it says i have it in wrong order

here you get the beautiful cat photos

you are definetely going to be in love with them

Your code so far

<html>
  <body>

<!-- User Editable Region -->

  
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Everyone loves cute cats online!</p>
    <main>
      <h1>here you get the beautiful cat photos </h1>
      <p>
      you are definetely going to be in love with them </p>
      </main>
 

<!-- 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/122.0.6261.95 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 5

I suggest you reset the step as you have added code that wasn’t asked for.

You just need to add the main element as instructed.

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