Css Examples:: Hey Hetz.. This Is CSS Example... !
Css Examples:: Hey Hetz.. This Is CSS Example... !
<html>
<head>
<style type="text/css">
body
{
background-color:#d0e4fe;
}
h1
{
color: BLUE;
text-align:center;
}
p
{
font-family:"Times New Roman";
font-size:15px;
}
</style>
</head>
<body>
<h1>Hey hetz.. this is CSS example...!</h1>
<p>By using CSS we will learn how to control the style and layout of multiple Web pages all at
once...</p>
</body>
</html>
OUTPUT
Hey hetz.. this is CSS example...!
By using CSS we will learn how to control the style and layout of multiple
Web pages all at once...