Step 6

In the previous step,  the h2p element, and comment were put inside the main element.

This is referred to as nesting. Nested elements should be indented two spaces further to the right of the element they are nested in. This makes the HTML easier to read.

The h2 element and the comment are indented two spaces more than the main element in the code below.

Task 6:
Place the cursor at the beginning of the p element then press the space bar two times to indent the p element properly within the main element.