Tutorial Reversing Text

For right-to-left languages, you can swap the default left-to-right layout in most browsers simply through the dir attribute. text in righ...

For right-to-left languages, you can swap the default left-to-right layout in most browsers simply through the dir attribute.

text in right-to-left language

You can use that attribute on any text element, it doesn't have to be the body. Likewise, you can swap it with just CSS:
body {
unicode-bidi:bidi-override;
direction:rtl;
}
The following are "less practical

Hot in Week

Popular

Archive

item