Breaking

Wednesday, May 1, 2019

HTML center Tag.

Example

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

Definition and Usage

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

Browser Support

Element
<center>YesYesYesYesYes

Differences Between HTML 4.01 and HTML5

The <center> tag is not supported in HTML5.

Compatibility Notes

In our CSS tutorial you can find more information about CSS text alignment.

No comments:

Post a Comment