References

Collection of references for web development.

HTML bdo tag

Description

The HTML <bdo> element represents overridden text that can be displayed from left-to-right and right-to-left.

Attributes

Attribute Value Description
dir ltr
rtl
Specifies the direction of the text.

Example

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