About 788 letters
About 4 minutes
<bdo>
The <bdo> HTML element overrides the current directionality of text, so that the text within is rendered in a different direction.
dir
: The direction in which text should be rendered in this element's contents. Possible values are:
ltr
: Indicates that the text should go in a left-to-right direction. rtl
: Indicates that the text should go in a right-to-left direction. Created in 5/27/2025
Updated in 5/27/2025