- dir attribute specifies the text direction of the text inside a bdo element.
dir usage :
<"element" dir="value">
dir value :
- ltr : Left-to-right text direction
- rtl : Right-to-left text direction
dir example:
| <bdo dir="rtl">Here is some Hebrew text!</bdo> |
origin by : w3schools.com


0 comments:
Post a Comment