'' Your h2 element should be below the main element's opening tag and its opening tag should start 6 spaces over from the start of the line.''

Tell us what’s happening:
Describe your issue in detail here.

   **Your code so far**
<html>
 <body>
   <h1>CatPhotoApp</h1>
   <main>
<ul> 
 <li> <h2>Cat Photos </h2> </li>
  <!-- TODO: Add link to cat photos --> 
 <li> <p>Click here to view more cat photos.</p> </li>
</ul> 
 <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_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.3 Safari/605.1.15

Challenge: Step 6

Link to the challenge:

I need help with this step too…Don’t know what I’m doing wrong

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

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