DIRECTION Property In CSS
direction Property in CSS
direction property Declares the reading direction of the text.
Possible Value:
ltr rtl ltr = left-to-right rtl = right-to-left
Examplediv { direction:ltr; }
div { direction:rtl; }
direction property Declares the reading direction of the text.
ltr rtl ltr = left-to-right rtl = right-to-left
Examplediv { direction:ltr; }
div { direction:rtl; }