back

Center

Tag: <center>

The center tag is used to center-align a section of text.
The opening tag goes before the text to be centered and the closing tag (</center>) behind.

Anything between the tags is then center-aligned.

This tag is not supported in HTML5, use CSS instead.

Example