bdo

Support

Specifies a bidirectional text.

The bdo tag allows handling the reading order of text. Sometimes the default bidirectional algorithm makes mistakes, so you must manually set the writing direction.

Example

<p>The bdo element will <bdo dir="rtl">reverse</bdo> direction of reverse.</p> 

Preview

The bdo element will reverse direction of reverse.