I cant understand what i must do for right result

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>
        </ul>
    </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36

Challenge: Step 6

Link to the challenge:

You need delete this.

And the excersice said that you need to make the idention in your code. Try delete all spacewhite betwheetn h2 and main tag. After just press enter
First

<main><h2></h2></main>

after

<main>
   <h2>Some of text</h2>
</main>

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