IE method:
The content within the tag is centered.
Non-IE method:
The left and right margins of the tag automatically adapt to achieve a centered effect.
The standard recommended CSS usage method is the latter, and the one used by IE is non-standard.
However, if you use the standard DTD declaration (xhtml version) in IE6, you can also use the margin:0 auto; method to achieve the centering effect.