Select Language:

dir

about dir :
  • dir attribute specifies the text direction of the text inside a bdo element.

dir usage :

<"element" dir="value">
dir value :
  1. ltr : Left-to-right text direction
  2. rtl : Right-to-left text direction

dir example:

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



origin by : w3schools.com

0 comments: