HTML表格内字体竖向排列⽂章⽬录
⼀、HTML表格内字体竖向排列
样式代码如下(⽰例):
<style>
.tnt {
Writing-mode:tb-rl;
Text-align:left;
html代码转链接
font-size:20pt;
}
</style>
HTML代码如下(⽰例):
<table border="2" width="10" height="10" align="center" cellspacing="0" cellpadding="10"> <tr>
<td class="tnt">竖向</td>
</tr>
</table>
效果图(⽰例):

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。