Centre text and objects on screen  - <CENTER>   -  </CENTER>

Previous- CAPTION - Table caption  |  Next-CITE - Citation

Description
Centres the following text and objects until the closing tag. Deprecated under HTML 4.0 which recommends the use of the STYLE element to control formatting.
Attributes
NameValuesDescription
classclassnameClass of the element which is used to associate the element with a style sheet.
event_namescript_codeDefines script to run on event such as OnMouseOver
idstringA unique name to identify an element.
langlanguage_typeThe ISO description for the language of the element.
languagejavascript|jscript|vbscript|vbs
stylestringSpecifies style information for the element.
titlestringTitle for element which is often displayed as a tool-tip when the cursor hovers over the element.

Example
<center>this will be centred on the page</center>
<br>and this won't be centred.
Will be displayed as :
this will be centred on the page

and this won't be centred.

Compatability
HTMLNETSCAPEINTERNET EXPLORER
4.1N2N3N4N6IE3IE4IE5IE6
YES YES YES YES YES YES YES YES YES

Previous- CAPTION - Table caption  |  Next-CITE - Citation