The "bdi" tag stands on bi-directional. It is used for showing content in other tag form its surrounding tag.
For example:-
<!DOCTYPE html>
<html>
<body>
<ul>
<li>User <bdi>hrefs</bdi>: 1st</li>
<li>User <bdi>????</bdi>: 2nd</li>
</ul>
</body>
</html>
Copyright ©2022 coderraj.com. All Rights Reserved.