Tell us what’s happening:
Describe your issue in detail here.
I have tried everything here but ntg is working I tried 6 spaces after h2
**Your code so far**
<h1>CatPhotoApp</h1>
<main>
<h2>Cat Photos</h2>
<ul>
<li> Child Element 1 </li>
<li> Child Element 2 </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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36
Yes I got the solution for this.It was 6 spaces from the beg line for all the below lines.Add 6 spaces after the next line in main followed by all the lines until main closes