I am trying to set a code for step 6 but I am not able to understand how to do that and also I do not understand the hint given below, I tried to follow the instruction as given but I am unable to frame the code.
**Your code so far**
<html>
<body>
<h1>CatPhotoApp</h1>
<main>
<h2> This 'h2' element indented </h2>
<h2>Cat Photos</h2>
<li> This '<!-- TODO: Add link to cat photos -->' is also indented </li>
<!-- TODO: Add link to cat photos -->
<p> This 'p' element is also indented </p>
<p>Click here to view more cat photos.</p>
</main>
</body>
</html>
**Your browser information:**
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15
Challenge: Learn HTML by Building a Cat Photo App - Step 6
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.