Example with CSS
<html>
<head>
<style type="text/css">
body
{
background-color:#d0e4fe;
}
h1
{
color:orange;
text-align:center;
}
p
{
font-family:"Times New Roman";
font-size:20px;
}
</style>
</head>
<body>
<h1>CSS example!</h1>
<p>ITC594-E-systems Infrastructure Development.</p>
</body>
</html>
The Output of this Example with CSS:


Wow now its look good with CSS!!!Nice explaination!!!
ReplyDeleteNice to see the examples with CSS ! !
ReplyDeleteIt's much pretty than the one without CSS