HTML/CSS/Text Tags/bdo

Материал из Web эксперт
Перейти к: навигация, поиск

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