文字方向

  1. <html>
  2.  
  3. <body>
  4.  
  5. <p>
  6. 如果您的浏览器支持 bi-directional override (bdo),下一行会从右向左输出 (rtl);
  7. </p>
  8.  
  9. <bdo dir="rtl">
  10. Here is some Hebrew text
  11. </bdo>
  12.  
  13. </body>
  14. </html>