The bdo
element is used to change the direction of rendering of characters of text. That is, characters that would be rendered one after another from left to right would instead be rendered from right to left and vice versa. It is an inline element.
Attributes
dir
This is a required attribute. It can take the values
ltr
orrtl
which stand for left-to-right and right-to-leftExample:
<p>The quick <bdo dir="rtl">brown</bdo> fox</p>
lang
andxml:lang
-
This specifies the language of the text content of the
bdo
tag. See Core Attributes
No comments:
Post a Comment