HTML center Tag

Example

Center-align text in an HTML page:
<center>This text will be center-aligned.</center>

Teach Yourself  by BH24 HTML Editor Tool!

The <center> tag is supported in all major browsers.

Definition and Usage

The <center> tag is not supported in HTML5. Use CSS instead.
The <center> element is deprecated in HTML 4.01.
The <center> tag is used to center-align text.

Tips and Notes

Tip: Use CSS to center text! In our CSS tutorial you can find more details about centering text.