HTML for Bi-Directional Override
The HTML element defines bi-directional override.
The element is used to override the current text direction:
Example
<bdo dir="rtl">This text will be written from right to left</bdo>
<h1 style="font-size:300%;">This is a heading</h1>
<p style="font-size:160%;">This is a paragraph.</p>
Try it Yourself »