<bdo>

Description

The value of the dir attribute of <bdo> determines the reading direction of text. The direction can be either from left to right or from right to left.


<bdo dir='ltr|rlt'> . . . </bdo>

Example


<html>
<body>
     <bdo dir="ltr">This text is read from left to right</bdo>
     <br/>
     <bdo dir="rtl">tfel ot thgir morf daer si txet sihT</bdo>
</body><!--from w  w w.  ja  v a 2  s  .co m-->
</html>

Click to view the demo

The code above generates the following result.

bdo




















Home »
  HTML CSS »
    HTML CSS Reference »




HTML Tag Reference
CSS Reference
CSS Selector Reference
Encoding Reference