The <bdi> isolates text from other content for the text directionality. The browser determines the directionality automatically.
<bdi> |
Yes | No | Yes | No | No |
The <bdi> tag is new in HTML5.
The <bdi> tag supports the Global Attributes in HTML.
The <bdi> tag supports the Event Attributes in HTML.
None
A demo showing how to use bdi tag.
<!DOCTYPE HTML>
<html>
<head>
<title>Example</title>
</head>
<body>
<bdi>Level</bdi>
</body>
</html>