<ul> step problem

Tell us what’s happening:
Describe your issue in detail here.
I am confused as of where to place what, I am assuming h2 is the child of h1???I am very lost here, I must figure this out to get to the next step.

 **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>
</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/102.0.0.0 Safari/537.36

Challenge: Step 6

Link to the challenge:

Hello @elijah.mclain22 it’s OK to be confused sometimes, first h2 is not child of h1 but is child of main element, and i see that your closing main element is needs to get one step backward ,i hope this will work :wink:

Oh my gosh😭The simplest of problems once I found it.

Thank You so Much for the feedback :slight_smile:

1 Like

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