HTML Dog
Skip to navigation

HTML Tag: bdo

Bidirectional override — explicitly sets the directionality of text. Used when left-to-right reading languages are mixed with right-to-left reading languages.

Optional Attributes

Global attributes

Example


<p>The output of this <bdo dir="rtl">word</bdo> will actually be "drow".</p>