HTML中字体的垂直排列

1.源代码:
<html>
  <head>
  </head>
  <body>
    <div style="font-size:18px;writing-mode:lr-tb;15px;line-height:20px;">
      天生我材必有用
    </div>
  </body>
</html>
运行结果:








2.

  style="margin:0 auto;20px;line-height:24px;border:1px solid #333"

3.
  http://blog.csdn.net/sangjinchao/article/details/60139706

原文地址:https://www.cnblogs.com/Stir-friedEggplant/p/7826561.html