Which of the following property influences the horizontal alignment of an element, making it “float” toward the left or right margin of its containing element?
A
float
B
float-left
C
float-right
D
float-align
Correct Answer: float-align
Syntax: float: left | right | none | inherit;