--- layout: single elementName: bdo ---

# bdo

Allows to override the direction of text.

Example: Copy

The word Hello is "Hello" spelled backwards.
{% highlight html %}The word Hello is "Hello" spelled backwards.{% endhighlight %}

dir

Defines in which direction the text should go.

"rtl"

The text goes from right to left.

"ltr"

The text goes from left to right.