Hi @kingsanaele !
Welcome to the forum!
The test wants you to indent the h2, comment and p tags two spaces to the right.
For example,
<div>
<p>example text 1</p>
<p>example text 2</p>
<p>example text 3</p>
</div>
You see how the p tags are indented two spaces to the right?
that is what you need to do for this challenge.
Hope that helps!