Followers

Tuesday, 22 January 2013


<!DOCTYPE html>
<html>
<head>
<style>
body
{
background-color:#d0e4fe;
}
h1
{
color:orange;
text-align:center;
}
p
{
font-family:"Times New Roman";
font-size:20px;
}
</style>
</head>

<body>

<p><h1>CSS example!</h1>
<h2>Test text.</h2>
<h3> Hello.</h3>
<p>Goodbye.</p></p>

</body>
</html>

No comments:

Post a Comment