HTML <bdo> dir Attribute
Definition and Usage
Required dir
The attribute specifies the text direction within the <bdo> element.
Example
Specify the text direction:
<p>Hello world. <bdo dir="rtl">Hello world</bdo></p>
Syntax
<bdo dir="ltr|rtl">
Attribute Value
Value | Description |
---|---|
ltr | Left-to-right text direction. |
rtl | Right-to-left text direction. |
Browser Support
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
Support | Support | Support | Support | Support |