Indent the h2 element, the comment, and p element exactly six spaces

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
        <h2>Cat Photos</h2>
  <!-- TODO: Add link to cat photos -->
   
   <p>Click here to view more cat photos.</p>
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36

Challenge: Step 6

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

I think the issue you are having is you are either indenting too much or not enough. Without knowing for certain because you have not described your problem I will try to assist you. At the top of the page in the middle click the “Restart Step” button to start over on this step. Read the instructions of the step carefully and follow it exactly.

An indent for reference is like if you were to use the Tab button inside a word document. It offsets the text from either what is above or below it. In this lesson they are telling you to use two spaces rather than Tab.

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