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/101.0.4951.67 Safari/537.36
You’ve accidentally changed some of the lines that you weren’t supposed to and you’ve indented the lines you were supposed to change a little too much. I would restart the step to get the default formatting back and then only change the three lines inside of main by pushing them in two spaces.
So that’s your job Keep clicking the “Check Your Code” button until you get the restart button and click restart. That will take you back to the way things should be. Then all you need to do is push the three elements inside of main in two spaces. Literally, use the space bar to push them to the right two more spaces.