网络学院 w3pop社区 网络资源 IT新闻

w3pop.com :: 网络学院 :: HTML :: HTML <bdo>标签

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

HTML <bdo>标签


作者:w3pop.com 翻译/整理:w3pop.com 发布:2007-04-28 浏览:1839 :: ::

Definition and Usage
用法

The bdo element overrides the default text direction.
bdo元素可以决定文字的显示方向


Differences Between HTML and XHTML
在HTML和XHTML中的区别

NONE


Example
实例

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


Required Attributes
必要属性

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

Standard Attributes
标准属性

id, class, title, style, dir, lang, xml:lang

For a full description, go to Standard Attributes.
查看完整的描述


Try-It-Yourself Demos
演示

Text direction
How to change the text direction.
改变文字的显示方向

评论 (0) All