The instruction is the following: Add two spaces in front of the three child elements of main
so your HTML is more readable with the tag <ul>
html>
<body>
<h1>CatPhotoApp</h1>
<ul><ul>
<main>
<h2> Cat Photos </h2>
<!-- TODO: Add link to cat photos -->
<p> Click here to view more cat photos. </p>
</main>
</ul>
</body>
</html>
the hint keep me telling this:
Your p element should be below the comment and its opening tag should start 6 spaces over from the start of the line.
i honestly think im doing what i had been asked but the code does not pass, pleas help
**Your browser information:**
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:101.0) Gecko/20100101 Firefox/101.0
Challenge: Step 6
Link to the challenge: