TAG:  bdo

<bdo> ... </bdo>
Available in versions: 4.0
Browser compatibility: None
 
The <bdo> tag is used to change the direction that the text reads, from left to right (the default) over to right to left, or vice versa. The purpose of this tag is to allow HTML to correctly display a great variety of languages, such as Chinese and Hebrew (which are read right to left), in the same document.
 
The closing tag is mandatory.
 
Most browsers do not recognize this tag.
 
Core Attributes
 
class    dir    id    lang    style    title
 
Attributes
 
None.
 
Code:
<do dir="rtl">
Very few browsers support this tag.
</bdo>

 
Output:
Very few browsers support this tag.


Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information