Описание тега center

The center tag in HTML causes its contents to be centered within the parent element. It is deprecated and should no longer be used.

The <center> tag in HTML causes its contents to be centered within the parent element:

<center>Hello World</center>

Note:

Even though the <center> tag is supported by all major browsers, it is deprecated and not recommended. HTML5 treats it as non-conforming feature.