what is : The <bdo> tag changes the current direction of the text (displays in a different direction)
що таке : Тег <bdo> змінює поточний напрямок тексту (відображає в іншому напрямку)
<!DOCTYPE html>
<html>
<head>
<title>Chitus</title>
</head>
<body>
<h1>Welcome to <bdo dir="ltl">Chitus</bdo></h1>
<p>Click <bdo dir="rtl">ereh</bdo> to proceed.</p>
</body>
</html>
The <bdo> tag determines the direction of the text inside the element. ltr — direction of text from left to right; rtl — direction of text from right to left. <bdo> supports global attributes and events.
Тег <bdo> визначає напрямок тексту всередині елемента. ltr — напрямок тексту зліва направо; rtl — напрямок тексту справа наліво. <bdo> підтримує глобальні атрибути та події.