Specifies the alignment for the last or only line of text for the element.
Platform Support
IE | Netscape | Mozilla | Opera | Safari | 5.0+ | no | no | no | no |
---|
Values
auto | Align text according to text-align. |
inherit | Inherit the value from the parent element. |
left | Align the text at the left edge. |
right | Align the text at the right edge. |
center | Align the text at the center of the element. |
justify | Justify the text alignment. |
Remarks
IE only.