I need help with lesson 6

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>   
 <ul>  
    <li> Child Element 1 </li>
    <li> Child Element 2 </li>
    <li> Child Element 3 </li>
 </ul>
<!-- 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_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 6

Link to the challenge:

You don’t want to change any of the HTML. The example in the instructions is just that, an example, not meant to be used in the solution. I would restart the step to get the original formatting back since formatting is very important for this step. After you do that, the only thing you want to do is use your space bar to add two more spaces in front of the opening tag for each of the three child elements in main. That’s it, no more.

2 Likes

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