I don't quite understand , what exactly I am doing wrong . Can someone explain this better and explain what they are asking me to do? Please

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>
  
<ul>
      <li> Child Element 1 </li>
      <li> Child Element 2 </li>
</ul>


 </body>
</html>
   **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15

Challenge: Step 6

Link to the challenge:

The challenge doesn’t want do to past in the example. Delete this part.

You need to move these three elements over to the right by adding two more spaces before each one.

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