Home » CSS » Css miscellaneous » Question
  1. What is the CSS Property Equivalent for the align attribute?
    1. centre
    2. float
    3. text-align
    4. both (a) and (b)
    5. None of these
Correct Option: B

In the case of some elements such as <img>, the CSS float property is more appropriate than text-align.



Your comments will be displayed only after manual approval.