Q1: The CSS property that causes the indentation is the margin-left of the ul block.

Q2: The CSS property that can be used to adjust the vertical space between li blocks is the padding property.

Q3: The list-style-position property can be used to change where the bullets are drawn.

Q4: I added a div with a clear float class inside the ul block.