Prev Demo
HTML5
>
Bdi Tag - Bi-Directional Isolation
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> This is used to embed user generated text whose direction is not known. Like arabic, urdu.<br /> Name: Age <p><bdi>Ram</bdi> : 50</p> <p><bdi>Shyam</bdi> : 60</p> <p><bdi>???? ??? ??? ?????</bdi>: 70</p> If bdi tag is not supported, the last one will appear in browser like <p>: 70 ????? </p> </body> </html>
Note: We DO NOT save your trial code in our database.
Output