Code: Select all
<html dir="rtl">
<body>
<div dir="ltr">
text text text here, inside the DIV tag :)
</div>
</body>
</html>
Code: Select all
<html dir="rtl">
<body>
<div dir="ltr">
text text text here, inside the DIV tag :)
</div>
</body>
</html>
Code: Select all
body { direction: rtl; }
Code: Select all
* { direction: rtl; }