Horje

How to create HTML <bdi> Tag

Isolate the usernames from the surrounding text-direction settings:
index.html
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> 

Output should be:

How to create HTML <bdi> Tag




Type :
html
Category :
Web Tutorial
Sub Category :
HTML Tag
Uploaded by :
Admin