Build a Cat Photo App - Step 6

Tell us what’s happening:

i dont understand this task

Your code so far

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

<!-- User Editable Region -->

          <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/145.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 6

Welcome to the forum @Youssef-Alaa-Omran

You should not change the indentation on the line with your comment element. Its opening tag should start 6 spaces over from the start of the line. You can restart the step to restore the original indentation.

For this step, you are asked to indent the paragraph element.

Please reset the step to restore the original code.

Then indent only the paragraph element.

Happy coding

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.