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.
<p>The bdo element will <bdo dir="rtl">reverse</bdo> direction of reverse.</p>
The bdo element will reverse direction of reverse.