Displaying a bi directional way around the text

Sunny.Sagar
Posted by Sunny.Sagar under HTML 5 category on | Points: 40 | Views : 1462
<!DOCTYPE html />
<html>
<head>
<title>Bi-directional Isolation</title>
<meta charset="UTF-8" />
</head>
<body>
This is used to embed user generated text whose direction is not known.
Like arabic, urdu.
Name: Age
<p><bdi>Prasad</bdi> : 50</p>
<p><bdi>Sashi</bdi> : 60</p>
<p><bdi> Hindi</bdi>: 70</p>
<p>: 70 Some Hindi</p>
</body>
</html>

Comments or Responses

Login to post response