Specify the text direction:
<bdo dir="rtl">
This text will go right-to-left.
</bdo>
Try it Yourself »
BDO stands for Bi-Directional Override.
The <bdo>
tag is used to override the current text direction.
Element | |||||
---|---|---|---|---|---|
<bdo> | Yes | Yes | Yes | Yes | Yes |
Attribute | Value | Description |
---|---|---|
dir | ltr rtl |
Required. Specifies the text direction of the text inside the <bdo> element |
The <bdo>
tag also supports the Global Attributes in HTML.
The <bdo>
tag also supports the Event Attributes in HTML.
HTML DOM reference: Bdo Object
Most browsers will display the <bdo>
element with the following default values:
bdo {
unicode-bidi: bidi-override;
}
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!