The direction property specifies the text direction/writing direction.
| Default value: | ltr |
|---|---|
| Inherited: | yes |
| Version: | CSS2 |
| JavaScript syntax: | object.style.direction="rtl" |
![]()
The direction property is supported in all major browsers.
Note: The value "inherit" is not supported in IE7 and earlier. IE8 requires a !DOCTYPE. IE9 supports "inherit".
| Value | Description | Play it |
|---|---|---|
| ltr | The writing direction is left-to-right. This is default | Play it » |
| rtl | The writing direction is right-to-left | Play it » |
| inherit | Specifies that the value of the direction property should be inherited from the parent element |
CSS tutorial: CSS Text
HTML DOM reference: direction property
Your message has been sent to W3Schools.