Defines the space between lines of text in a paragraph, also called line spacing. The default line height is 120 percent of the text size. This property is inherited.
line-heigh: 200%;
IE5.5+, FF1+, SA1.3+, OP9.2+
| em | Relative length value. A em unit is equal to the font-size value of the element used. |
| normal | Sets the default value. |
| Percentage value | The regular format of a percentage value. |
| px | Pixel, a pixel unit represents a single dot on the screen. |