Not Supported in HTML5.The It Defines centered text. |
Example:
HTML
<center>2024</center>
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<style>
h1 {text-align: center;}
p {text-align: center;}
div {text-align: center;}
</style>
</head>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
<div>This is a div.</div>
</body>
</html>
How to create HTML <center> Tag | HTML Tag |
How to create HTML <center> Tag with CSS | HTML Tag |
Read Full:: | HTML Tag |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded: | 7 months ago |
Uploaded by: | Admin |
Views: | 2 |
Ref on: | View |