HTML <bdo> 标签


示例

指定文本方向:

<bdo dir="rtl">
This text will go right-to-left.
</bdo>
亲自试一试 »

定义和用法

BDO 代表双向覆盖。

这个<bdo>标签用于覆盖当前文本方向。


浏览器支持

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

全局属性

这个<bdo>标签还支持HTML 中的全局属性


事件属性

这个<bdo>标签还支持HTML 中的事件属性


相关页面

HTML DOM 参考:Bdo对象


默认 CSS 设置

大多数浏览器都会显示<bdo>具有以下默认值的元素:

bdo {
  unicode-bidi: bidi-override;
}