limanza

tag < bdi > :

Definition and Usage

bdi stands for Bi-directional Isolation.

The <bdi> tag isolates a part of text that might be formatted in a different direction from other text outside it.

This element is useful when embedding user-generated content with an unknown directionality.


Example
code <ul>
    <li>User Ali : 60 points</li>
    <li>User إيان : 80 points</li>
    <li>User  <bdi>إيان</bdi> : 90 points</li>
</ul>
output
  • User Ali : 60 points
  • User إيان : 80 points
  • Userإيان: 90 points

 

Copyright 2014. All rights reserved.
Copyright 2014. All rights reserved.
instagram