Visit Mozilla.org

HTML:Element:bdo

From MDC

[edit] HTML Bi-directional Override Element

<bdo> - This element is used to override the current directionality of text. It causes the directionality of the characters to be ignored in favor of the specified directionality.

[edit] Example

    <!-- Switch text direction -->
    <bdo dir="rtl">This text will go right to left.</bdo> 

[edit] Notes

The HTML 4 specification did not specify events for this element; they were added in XHTML. This is most likely an oversight.


HTML Elements
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
(Quick Links: HTML Element Cross Reference, HTML Category)