BDI tag isolates its text from default
alignment of your HTML setting. Most of website language is English and its default
alignment is left to right but when we write something in URDU then as we know
alignment of URDU is right to left BDI tag help its alignment as in URDU. To check
this then tries to use backspace from your browser. Text will be deleted from
left to right.
<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>
<li>User <bdi>hrefs</bdi>: 60 points</li>
<li>User <bdi>jdoe</bdi>: 80 points</li>
<li>User <bdi>إيان</bdi>: 90 points</li>
</ul>
No comments:
Post a Comment