HTML <bdo>
query_builder | Christopher PisaniThe HTML element <bdo> stands for Bi-directional Text Override. It automatically overrides the directionality of the text to display it in the appropriate direction for the language being used within the element.
<h1>Famous seaside songs</h1>
<p>The English song "Oh I do like to be beside the seaside"</p>
<p>Looks like this in Hebrew: <span dir="rtl">אה, אני אוהב להיות ליד חוף הים</span></p>
<p>In the computer's memory, this is stored as <bdo dir="ltr">אה, אני אוהב להיות ליד חוף הים</bdo></p>
Available Attributes
No specific attributes are assigned for this element, other than the standard global attributes.