Thursday, 8 August 2013

HTML center Tag

Introduction:

The HTML center tag is used to center-align HTML elements.

Example:
<html>
<head>
<title>HTML center Tag</title>
</head>
<body>
<center>This text is centered</center>
</body>
</html>

No comments:

Post a Comment