Home > Web Front-end > HTML Tutorial > html displays text in vertical columns Let text display in vertical columns

html displays text in vertical columns Let text display in vertical columns

高洛峰
Release: 2017-02-25 13:59:38
Original
1672 people have browsed it

The html code implements displaying text in vertical columns, which is to display text in vertical columns. Just control the value of width. If it is English letters or numbers, the display will be different

<span style=&#39;display:block;width:14px;line-height:50px;height:100px;&#39;>文字测试</span>
Copy after login


Display effect:





test

trial

If it is an English letter or number, it will be displayed This effect





zzzzzzz

123435

More html Display text in vertical columns Let text appear in vertical columns related Please pay attention to the PHP Chinese website for articles!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template