HTML <center> Tag

Description:

The <center> tag is used to center-align HTML elements.

This tag is deprecated in HTML 4.01, use CSS text-align property.

 

Specific Attributes:

None

Other Attributes:

None

Example Code:

<center>This paragraph should be centered!</center>

Result
This paragraph should be centered!