Text

bdo

Defines and overrides the default text direction. The direction of the text is defined in the dir attribute; “rtl” makes text display right to left, and “lft” the opposite. Notice that the dir is a required attribute. Inline element

Syntax

<bdo attributes> ... </bdo>

Example

<bdo dir=”rtl”>Just an example</bdo> 
Output: elpmaxe na tsuJ

Related tags

CSS Properties

HTML attributes

Search the Soup!