<div>‮Left-to-right</div>
<div>‭Right-to-left</div>
Left-to-right
Right-to-left
"dir" attribute can be used to provide block or page level direction on direction of the page:
<div dir="ltr">Left-to-right</div>
<div dir="rtl">Right-to-left</div>
Left-to-right
Right-to-left
A good overview:
w3c tutorial: http://www.w3.org/International/tutorials/bidi-xhtml/
No comments:
Post a Comment