Sets the indented space of the first line of a block text. The first line can be indented or outdented. The percentage value is based on the width of the box containing the text. This property in inherited.
text-indent: 6em;
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. |
| Percentage value | The regular format of a percentage value. |
| px | Pixel, a pixel unit represents a single dot on the screen. |