Q. Can we define the direction of the text via a CSS property?
β
Correct Answer: (A)
Yes it’s possible.
Explanation: The property “direction” in CSS defines the direction of an element’s content flow. Example:
direction: rtl; /* Right to Left */