<CENTER>NN all   IE all   HTML 3.2
<CENTER>...</CENTER>End Tag: Required
 

The CENTER element was introduced by Netscape and became widely used before the W3C-sanctioned DIV element came into being. It is clear, even from the HTML 3.2 documentation, that the HTML working group was never fond of this element. Momentum, however, carried the day, and this element found its way into the HTML 3.2 specification. The element is deprecated in HTML 4.0 in favor of the DIV element with a style sheet rule of text-align:center. In lieu of style sheets (but still deprecated in HTML 4), you can use a DIV element with ALIGN="center".

Content of a CENTER element is aligned along an axis that runs down the middle of the next outermost containing element--usually the BODY.

 
Example
<CENTER>Don't do this.</CENTER>
 
Object Model Reference
IE [window.]document.all.elementID
Hosted by uCoz