HTML Center Tag is used to center align the text but it is not recommended anymore since it deprecated in HTML5.
Table of Contents
Syntax of HTML Center Tag
The Syntax of HTML Center Tag is shown below. The Center tag is not supported in HTML5.
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<center>Text</center>
</body>
</html>
Usage of HTML Center Tag
The center tag defines the center aligned text but you should use CSS instead.
Example of HTML Center Tag
Simple example of HTML Center Tag is shown below.
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<center>Text</center>
</body>
</html>
Output
The output of code above is shown below.
Browser Support for HTML Center Tag
HTML Center Tag is supported by all major browsers.
Global Attributes Support in HTML Center Tag
The HTML Center Tag supports all Global Attributes.
Event Attributes Support in HTML Center Tag
The HTML Center Tag supports all Event Attributes.
HTML Center Tag Video
Watch our video on HTML Center Tag and subscribe our Youtube Channel.