Vidyalelo
CSS · Q33

Basic CSS

Programming · CSS · question 33

Q33

What is the CSS Property Equivalent for the align attribute?

A.
float
Answer
B.
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.