exercise 6:
I don’t understand what I was ask to do.
**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 8.0.0; Infinix X608) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Mobile Safari/537.36
I did. I said “clean up the formatting of your code”. I’m not going to give you the answer to cut and paste. The main should be at the same level as its closing bracket. The children of main should all be at the same level. Don’t add any extra space inside elements.