HTML <bdo> tag
Usage
Defines the text direction. Default is left-to-right (ltr), but can be set to right-to-left (rtl) for other languages.
Example
Code:
<bdo dir="rtl">This text will display right-to-left</bdo>
Output:
This text will display right-to-left
Required Attributes
- dir - specifies the text direction - ltr or rtl
Optional Attributes
- none