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 (Linux; Android 10; TECNO KC8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.88 Mobile Safari/537.36
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.
You have deleted all spaces from the lines. That is the exact opposite of what the instructions are asking for.
<html>
<body>
<h1>CatPhotoApp</h1>
<main>
The h1 and main elements are 2 spaces over from the start of the body element. You should do the same thing for the h2, comment, and p elements compared to the main element.