Untitled
By: a guest | Apr 25th, 2010 | Syntax:
HTML | Size: 0.21 KB | Hits: 104 | Expires: Never
<html>
<head>
<style type="text/css">
.center
{
text-align:center;
}
</style>
</head>
<body>
<h1 class="center">Center-aligned heading</h1>
<p class="center">Center-aligned paragraph.</p>
</body>
</html>