<!doctype html>
<html>
<head>
<title>
HTML bdo tag example
</title>
</head>
<body>
<p><bdo dir="ltr">This sentence appears from left to right</bdo></p>
<p><bdo dir="rtl">This sentence appears from right to left</bdo></p>
</body>
</html>