Text Properties
- text-align: left | right | center | justify
- similar to the align attribute in HTML
- text-indent: {length} | {percentage}
- indent the first line of an element (for ex. a paragraph)
- white-space: pre | nowrap | normal
- same as pre and nobr tags
- line-height: {length} | {percentage} | {number} | normal
- effects vertical spacing of lines without affecting font size
- vertical-align: sub | super | top | bottom | baseline | text-bottom | middle | text-top | {percentage}
- takes place of valign attribute and sub/super tags
- word-spacing, letter-spacing: {length} | normal
- add/subtract the spacing between words and letters, resp.
- text-transform: uppercase | lowercase | capitalize | none
- change case to all upper, all lower, capitalize first letter or don't change, resp.
- text-decoration: none | underline | overline | line-through | blink
- Replaces u, strike, and blink tags