BDI Tag in HTML | Difference between BDI and BDO Tag | HTML
×

BDI (<bdi>) Tag

4230

BDI stands for Bi-Directional Isolation. This element is used to perform bidirectional text isolation i.e. text which may be formatted to execute in the opposite direction like left-to-right context or right-to-left context.

Usage:

This tag is applicable for bidirectional languages such as Arabic and used inline with left-to-right languages.

Difference between <bdi> and <bdo>:

<bdi> element is a new tag found in HTML5. Working of both <bdi> and older <bdo> tag is identical with only one difference i.e. <bdi> tag isolates the content from its surrounding content whereas <bdo> tag reverse the direction only.

Sometimes <bdo> tag may cause some unexpected rendering errors. This is the main reason why <bdi> is used.

Browsers Support:

Google ChromeFirefoxSafariInternet Explorer

Code:

<!DOCTYPE html>
<html>
<head>
<title> HTML Bdi Tag </title>
</head>
<body>
<h2>HTML Bdi Tag</h2>
<p>
The bdi text written in Arabic language see difference between them<bdi> </bdi>
<p>
<p> User &#1573; &#1610; &#1575; &#1606; : 200 posts <br>
<b> This normal plan text. </b> </p>
<p> User <bdi> &#1573; &#1610; &#1575; &#1606; </bdi>: 200 posts <br>
<b> We used bdi tag in this section for Arabic language </b> </p>
</body>
</html>

Result:



Best WordPress Hosting


Share:


Discount Coupons

Get a .COM for just $6.98

Secure Domain for a Mini Price



Leave a Reply


Comments
    Waiting for your comments