HTML5 Tag: BDI

Defination

The bdi element represents a span of text that is to be isolated from its surroundings for the purposes of bidirectional text formatting.

Example
<ul>
  <li>Student1 <bdi>FooName</bdi>- 45 points</li>
  <li>Student2 <bdi>BarName</bdi>- 24 points</li>
</ul>

Copyright @ 2024 DevelopNew. All Rights Reserved