There are two important properties in the text processing properties of the style sheet: Writing-Mode and Text-Align. Let us first look at their usage:
1. Writing-mode (setting object writing direction)
Syntax: Writing-Mode: LR-TB, TB-RL Parameters: LR-TB: From left to right, from top down TB-RL: from top to bottom, from right to left: Div {Writing-mode: TB -RL;}
2. Text-align (setting the alignment of the text in the object)
Syntax: TEXT-ALIGN: Left, Right, Center, Justify Parameters: Left: Left Align Right: Right Align Center: Nothing Justify: DIV {Text-Align: center;
Let us make a night right instance: