Learn HTML by Building a Cat Photo App - Step 6

Tell us what’s happening:

need to help how to do step three i am hanged in this from many days so kindly help me

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <main>
     <h1>Most important content of the document</h1>

      <h2>     Cat Photos</h2>
      
      <!-- TODO: Add link to cat photos -->
      
    <p class="jawa">See more <a href="#">cat photos</a> in our gallery.</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/128.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 6

step three or step six?

hi there!

Please click the reset button to restore the code originally given in this step.

After that, please put your mouse to the left of the paragraph element (on the same line).
Then click your space bar twice.

This action will “indent” the paragraph element 2 spaces to the right.
This indentation is what this step wanted you to do.