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>
</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.5005.115 Safari/537.36
You have indented the three children in main correctly, but main itself is not indented correctly and thus the children are only indented four spaces instead of six. I would restart the step (keep clicking the Check Your Code button until you get the Restart Step button). Formatting is very important for this step, so do not make any other changes to any other lines. The only thing you want to do is add two more spaces to be beginning of the line for each of the three children in main.