<bdi>

Description

The <bdi> isolates text from other content for the text directionality. The browser determines the directionality automatically.

Example


<!DOCTYPE HTML> 
<html> 
    <head> 
        <title>Example</title> 
    </head> 
<body> 
    <bdi>Level</bdi>
</body> <!-- ww w .  jav  a  2s . c  om-->
</html>

Click to view the demo

The code above generates the following result.

bdi




















Home »
  HTML CSS »
    HTML CSS Reference »




HTML Tag Reference
CSS Reference
CSS Selector Reference
Encoding Reference