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 | Text direction from left to right. |
rtl | Text direction from right to left. |
Browser Support
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
Support | Support | Support | Support | Support |