Build a Cat Photo App - Step 6

Tell us what’s happening:

why my answer is wrong? I did all of the task that say

Your code so far


<!-- User Editable Region -->

<html>
   <body>
    <main>
      <h1>CatPhotoApp</h1>
      <!--  TODO: Add link to cat photos   -->
      <h2>Cat Photos</h2>
      <p>Everyone loves cute cats online!</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/143.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 6

it seems you also changed the order of things, reset the step, then add the correct indentation but keeping the elements in the same order

Hey Buddy, do see here is this the same lines of code in your current code ?

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

Kindly do check what is missing here and what you need to change in order to make this test pass by you ?