Dynamic HTML Text Properties
| Property | Value | Applies To | Inherited | NS | IE |
|---|
| word-spacing | normal | All |  | | |
| | <length> | | | | |
| letter-spacing | normal | All |  | |  |
| | <length> | | | |  |
| vertical-align | baseline | Inline | | | |
| | sub | | | |  |
| | super | | | |  |
| | top | | | | |
| | text-top | | | | |
| | middle | | | | |
| | bottom | | | | |
| | text-bottom | | | | |
| | <percentage> | | | | |
| line-height | normal | All |  |  |  |
| | <number> | | |  |  |
| | <length> | | |  |  |
| | <percentage> | | |  |  |
| text-decoration | none | All | |  |  |
| | underline | | |  |  |
| | overline | | | |  |
| | line-through | | |  |  |
| | blink | | |  | |
| text-transform | none | All |  |  |  |
| | capitalize | | |  |  |
| | uppercase | | |  |  |
| | lowercase | | |  |  |
| text-alignment | left | Block |  |  |  |
| | right | | |  |  |
| | center | | |  |  |
| | justify | | |  |  |
| text-indent | <length> | Block |  |  |  |
| | <percentage> | | |  |  |
| white-space | normal | Block |  |  | |
| | pre | | |  | |
| | nowrap | | | | |