10. Text Properties, continued
10. Text Properties, continued
- text-transform: value
- Transform the case of letters in an element
 Value can be
    none,
    capitalize,
    uppercase, or
    lowercase.
- word-spacing: length
- Add extra spacing between words.  Use a negative value to reduce the total spacing.
- letter-spacing: length
- Add extra spacing between letters.  Use a negative value to reduce the total spacing.
- line-height: normal | number | length | percentage 
- Sets the minimum height of text lines within an element.
If a plain number is given, the line height is (number * font-size).
  
 
Ken Keys, CAIDA, 2006-12-01