
| Property | Description | CSS |
|---|---|---|
| color | Sets the color of text | 1 |
| direction | Specifies the text direction/writing direction | 2 |
| letter-spacing | Increases or decreases the space between characters in a text | 1 |
| line-height | Sets the line height | 1 |
| text-align | Specifies the horizontal alignment of text | 1 |
| text-decoration | Specifies the decoration added to text | 1 |
| text-indent | Specifies the indentation of the first line in a text-block | 1 |
| text-shadow | Specifies the shadow effect added to text | 2 |
| text-transform | Controls the capitalization of text | 1 |
| unicode-bidi | 2 | |
| vertical-align | Sets the vertical alignment of an element | 1 |
| white-space | Specifies how white-space inside an element is handled | 1 |
| word-spacing | Increases or decreases the space between words in a text | 1 |