Filter (Advanced Search)
Downloads
0
Views
224
Video

Video is not available... Embedded is previous playlist.

Details

BDO stands for Bi-Directional Override.

The HTML <bdo> tag is used to override the current text direction:


<!DOCTYPE html>
<html>
<head>
<title>HTML bdo element</title>
</head>
<body>

<p>If your browser supports bi-directional override (bdo), the next line will be written from right to left (rtl):</p>

<bdo dir="rtl">GSSS KHOKHAR</bdo>

</body>
</html>



Ad