HTML <bdo> dir Atribut

❮ HTML tag <bdo>

Příklad

Určete směr textu:

<p>Hello world. <bdo dir="rtl">Hello world</bdo></p>

Definice a použití

Povinný diratribut určuje směr textu textu uvnitř <bdo>prvku.


Podpora prohlížeče

Attribute
dir Yes Yes Yes Yes Yes

Syntax

<bdo dir="ltr|rtl">

Hodnoty atributů

Value Description
ltr Left-to-right text direction
rtl Right-to-left text direction

❮ HTML tag <bdo>