What is the CSS Property Equivalent for the align attribute?
A
float
B
text-align
C
centre
D
both (A) and (B)
Correct Answer: float
In the case of some elements such as <img>, the CSS float property is more appropriate than text-align.