In the previous step, you nested the h2 element, comment, and p element within the main element. Indenting nested elements two more spaces than their parent element improves readability:
<ul>
<li> This `li` element indented </li>
<li> This `li` element is also indented </li>
</ul>
Add two more spaces in front of the h2, comment, and p elements so your HTML is more readable.
If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.