what is : The <bdi> tag isolates the text (displays regardless of the main direction of the text on the page.)
що таке : Тег <bdi> ізолює текст (відображається незалежно від основного напрямку тексту на сторінці.)
<!DOCTYPE html>
<html>
<head>
<title>Chitus</title>
</head>
<body>
<h1>Welcome to <bdi>Chitus</bdi></h1>
<p><bdi>تشيتوس</bdi> is a global brand.</p>
</body>
</html>
The <bdi> tag helps preserve the correct order of symbols. (Helps if we're not sure which direction the text will go.)
Тег <bdi> допомагає зберегти коректний порядок символів. (Допомагає, якщо ми не впевнені, в якому напрямку буде ідти текст.)