Producing web pages
* HTML CSS DHTML XHTML A to Z of tags        Accessibility          Design

direction

The direction property controls the way that text runs. This is to cater for languages, such as Arabic or Hebrew, that read from right-to-left. For example:

body {direction: rtl}

The accepted values are ltr (left-to-right) or rtl (right-to-left).