'bdo' Example : bdo « Tags « HTML / CSS






'bdo' Example

 
    
<html>
<head>
<title>bdo element example</title>
</head>
<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>
</html>
           
      
        
  








Related examples in the same category

1.Bidirectional override
2.bdo dir="rtl"