'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>