<CENTER ...>

Usage Recommendation
use <DIV ...> instead

<CENTER ...> indicates a section that is centered. <CENTER ...> is exactly equivalent to <DIV ALIGN=CENTER>. <CENTER ...> is being phased out. Use <DIV ALIGN=CENTER> instead.

<CENTER>
Hi There! Let's talk about stuff!
</CENTER>

gives us

Hi There! Let's talk about stuff!

which is the same as

<DIV ALIGN=CENTER>
Hi There! Let's talk about stuff!
</DIV>

which gives us

Hi There! Let's talk about stuff!





About the Author
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.