Monday 16 July 2012

How to change the direction of a text using Html


<!DOCTYPE html>
<html>
<body>

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

<bdo dir="rtl">
Here is some Hebrew text
</bdo>

</body>
</html>

0 Responses to “How to change the direction of a text using Html”

Post a Comment