write vertically html code example
Example 1: css text vertical direction
.verticalText {
writing-mode: vertical-lr;
text-orientation: upright;
}
Example 2: text flow top to bottom
.vertical-writing
{
writing-mode: vertical-rl;
text-orientation: upright;
}