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