w3pop.com :: 网络学院 :: HTML :: HTML <bdo>标签
The bdo element overrides the default text direction.
bdo元素可以决定文字的显示方向
NONE
无
| Source | Output |
|---|---|
| <bdo dir="rtl">Here is some Hebrew text</bdo> | Here is some Hebrew text |
DTD indicates in which DTD the attribute is allowed. S=Strict, T=Transitional, and F=Frameset.
下表中的DTD列指明了被支持的DTD属性。S=Strict(精确的),T=Transitional(传统的),F=Frameset(框架)
| 属性 | 值 | 描述 | DTD |
|---|---|---|---|
| dir | ltr rtl |
Defines the text direction 定义文字方向 |
STF |
| id, class, title, style, dir, lang, xml:lang |
For a full description, go to Standard Attributes.
查看完整的描述
Text direction
How to change the text direction.
改变文字的显示方向
评论 (0)
All