Build a Cat Photo App - Step 5

Tell us what’s happening:

i don’t understand what he try to say exactly i try all method as it say in the question

Your code so far

<html>

<!-- User Editable Region -->

  <body>
  <main>
    <h1>CatPhotoApp</h1>
    <p>Something more imprtent</p>
    <!-- TODO: Add link to cat photos -->
   </main>
   <h2>Cat Photos</h2>
  </body>
</html>

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 5

hi, and welcome to the forum!

It looks you re-arranged the order of the elements from the original order that was provided.

Can you try this:

Click the Reset button.
Then add the main element tags but do not move anything else from its position.