Clarify my doubt

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>
  <ul>
    <li*> Child Element 1 </li>
    <li*> Child Element 2 </li>
    <li*> Child Element 3 </li>
  </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/103.0.0.0 Safari/537.36

Challenge: Step 6

Link to the challenge:

Hi

The list elements (ul / li) in the instructions are just an example of indentation.
This challenge does not ask you to add any new elements to your code.

At this stage, I would reset the step to get back to the starter code.
(You might need to submit your code a few times to see the “reset this step” option below the submit button.)

Then just indent (move two spaces to the right) each element between the main element start and end tags.

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