Stuck.cant move forward from here .asking for 6spaces over from the start of the main element opening tag

Tell us what’s happening:

.

   **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>
<main>
   <h2>Cat Lists</h2>
   <h3>Things cats love:</h3>
   <ul>
     <li>cat nip</li>
     <li>laser pointer</li>
     <li>lasagna</li>
     </ul>
     </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/102.0.0.0 Safari/537.36

Challenge: Step 6

Link to the challenge:

HI @tradcode !

Welcome to the forum!

I would reset the lesson.

You are not supposed to add any elements to the code.

This is incorrect.

The challenge wants you to learn how to indent code.
Indentation means to move something two spaces to the right.

Take the h2,comment tag and p elements and move it two spaces to the right.

Do not add any code to the challenge.
Just move those elements I specified earlier two spaces to the right.

Hope that helps!

1 Like

that was a very ambiguous instruction in the lesson.anyway thank you.

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