May 2000
Intermediate to advanced
472 pages
14h 17m
English
text-indent — IE4 Y/Y | IE5 Y/Y | NN4 Y/Y | Op3 Y/-
Used to set the indentation of the first line of an element. This is most often used to create a tab effect for Negative values are permitted, and cause “hanging indents.”
P {text-indent: 5em;}
H2 {text-indent: -25px;}<length> | <percentage>
0
yes
block
Percentage values refer to parent element’s width.
Read now
Unlock full access