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