Select Language:

BDO

about BDO :
  • bdo element stand for bidirectional override.
  • bdo element allows you to specify the text direction and override the bidirectional algorithm.

BDO attrib :
  1. class :Specifies a classname for an element
  2. dir : Specifies the text direction for the content in an element
  3. id : Specifies a unique id for an element
  4. lang : Specifies a language code for the content in an element
  5. style : Specifies an inline style for an element
  6. title: Specifies extra information about an element

BDO example :

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



origin by : w3schools.com

0 comments: