- bdo element stand for bidirectional override.
- bdo element allows you to specify the text direction and override the bidirectional algorithm.
BDO attrib :
- class :Specifies a classname for an element
- dir : Specifies the text direction for the content in an element
- id : Specifies a unique id for an element
- lang : Specifies a language code for the content in an element
- style : Specifies an inline style for an element
- title: Specifies extra information about an element
BDO example :
| <bdo dir="rtl">Here is some Hebrew text!</bdo> |
origin by : w3schools.com


0 comments:
Post a Comment