A simple CSS code

/* A Simple CSS code to display A  Message*/

[css]
<html>
<head>
<style type="text/css" >
body
{
background-color:blue;
}
h1
{
color:blue;
text-align:center;
}
p
{
font-family:"times new roman";
font-size=20px;
}
</style>
</head>
<body>
<h1> CSS WELCOME!!!</h1>
<p>Hi!!!Welcome To CSS.</p>
</body>
</html>
[/css]

The output will be like this

Hi!!!Welcome To CSS.

No comments yet.

Leave a comment

Request a Free SEO Quote