I am stuck again at step 6

Tell us what’s happening:
Describe your issue in detail here. I do not understand, I have spaced out the main element opening tag but still isn’t correct… please help once more

  **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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36

Challenge: Step 6

Link to the challenge:

You moved the main element. That isn’t what the challenge is asking for. The challenge wants you to leave the main element alone and move the h2, comment, and p elements over 2 spaces to the right from where they start.

1 Like

helpful once more again, you are the best Jeremy

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