CSS 1 IntroductiontoCSS
CSS 1 IntroductiontoCSS
Introduction to CSS
1 Introduction to CSS
• Published in 1998
Example :
Property
h1 {color:red }
Value
Selector Declaration
<html>
<head>
<style>
h1{color:red}
</style> Output :
</head>
Wipro Technologies
<body>
<h1> Wipro Technologies </h1>
</body>
</html>
a)Declaration
b)Directive
c)Selector
d)Property