HTML <bdi> Tag Isolates a part of text that might be formatted in a different direction from other text outside it. BDI stands for Bi-Directional Isolation. The This element is useful when embedding user-generated content with an unknown text direction. |
Example:
HTML
<ul>
<li>User <bdi>hrefs</bdi>: 60 points</li>
<li>User <bdi>jdoe</bdi>: 80 points</li>
<li>User <bdi>إيان</bdi>: 90 points</li>
</ul>
How to create HTML <bdi> Tag | HTML Tag |
What Type of Browsers will Support for HTML <bdi> Tag | HTML Tag |
Read Full:: | HTML Tag |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded: | 7 months ago |
Uploaded by: | Admin |
Views: | 2 |
Ref on: | View |