Untitled
By: a guest | Apr 25th, 2010 | Syntax:
HTML | Size: 0.21 KB | Hits: 119 | Expires: Never
<html>
<head>
<style type="text/css">
#para1
{
text-align:center;
color:red;
}
</style>
</head>
<body>
<p id="para1">Hello World!</p>
<p>This paragraph is not affected by the style.</p>
</body>
</html>