From Htmlpedia
Contents |
[edit]
HTML CENTER Tag
[edit]
Definition and Usage
<CENTER> centers the enclosed text horizontally. It has been depreciated in HTML 4.01 and is not supported in XHTML 1.0 Strict DTD. Use CSS instead.
[edit]
Example
<center>This text is centered.</center>
[edit]
Output
[edit]
Attributes
[edit]
Standard Attributes
id, class, title, style, dir, lang
[edit]
Event Attributes
onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup
[edit]
References
http://www.w3schools.com/tags/tag_center.asp
--Foreyes4 15:20, 18 April 2007 (CEST)
