Tag <bdo> HTML Reference

CSS Reference (New)


Example

Specify the text direction:

<bdo dir="rtl">Here is some Hebrew text!</bdo>

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

1. Definition and Usage

bdo stands for Bi-Directional Override.

The <bdo> tag is used to override the current text direction.


2. Differences Between HTML 4.01 and HTML5

None


3. Required Attributes

DTD indicates in which HTML 4.01/XHTML 1.0 DTD the attribute is allowed. S=Strict, T=Transitional, and F=Frameset.

Attribute Value Description DTD
dir ltr
rtl
Specifies the text direction of the text inside a <bdo> element STF

4. Standard Attributes

The <bdo> tag supports the Standard Attributes in HTML.


5. Event Attributes

The <bdo> tag also supports the Standard Event Attributes in HTML.


Relative articles

Powerful Chat System – Lesson 7
Powerful Chat System

Powerful Chat System – Lesson 7

Today we continue a series of articles on the creation of powerful chat system. In our sevenths lesson I have added a very important feature – private messaging. Now you can send your private messages to another members (optional – to online members). Functionality looks like facebook’s chat. We have to click small icon near recipient’s name in the list of members to start talking in private mode. Welcome to start reading.
(more…)


CSS3 vertical multicolor 3D menu
CSS3 vertical multicolor menu

CSS3 vertical multicolor 3D menu

In our new tutorial we’ll create new stylish vertical multicolor and crossbrowser CSS3 menu with 3D animation (I use css3 transition, perspective and transform properties) and pure css3 color switcher. This is UL-LI-based menu.

(more…)