HTML 5 <bdo> Tag
Example
Specify the text direction:
<bdo dir="rtl">
Here is some Hebrew text that should be written from right-to-left.
</bdo> |
View it » |
Definition and Usage
bdo stands for bidirectional override.
The <bdo> tag allows you to specify the text direction and override the bidirectional algorithm.
Differences Between HTML 4.01 and HTML 5
NONE
Attributes
Attribute |
Value |
Description |
dir |
ltr
rtl |
Defines the text direction. This attribute is required |
Standard Attributes
The <a> tag also supports the Standard Attributes in HTML 5.
Event Attributes
The <a> tag also supports the Event Attributes
in HTML 5. |