Build a Cat Photo App - Step 6

Tell us what’s happening:

i could not find the issue i tried different solutions

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <p>Everyone loves cute cats online!</p>
      <!-- TODO: Add link to cat photos -->
    </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 looks like you’ve inadvertently swapped two lines of code around.

Try hitting the Reset button and then indent the specified line of code without making any other modifications.

Hi Buddy, See here this is the correct way of code which have written in the editor.

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

But you’ve changed one line accidently, Can you re-check it and then correct it.

By improving it you will be able to pass the code.

Hope You Understand.