Write vertical text in HTML
Question:
How to write vertical text in HTML? Answer:
writing-mode: vertical-lr;
Description:
With the writing-mode
CSS property, you can control, how text is laid out. You can write vertical texts using the vertical-rl
or vertical-lr
property value.
The old rl
, tb
, tb-lr
, tb-rl
values are deprecated.
Reference:
CSS writing-mode reference
Share "How to write vertical text in HTML?"
Related snippets:
Tags:
vertical text, vertical text in html, vertical text with css, vertical Technical term:
Write vertical text in HTML