You are here : htmlHTML 5bdo

<bdo> - HTML 5

bdo stands for Bi-Directional Override.

The <bdo> tag is used to override the current text direction.

Attributes :

  • dir (ltr,rtl) - Required. Specifies the text direction of the text inside the <bdo> element.


Syntax

<bdo dir="rtl">This text will go right-to-left.</bdo>


Example

<bdo dir="rtl">This text will go right-to-left.</bdo>


Output / Return Value


Limitations


Alternatives / See Also


Reference