What is CSS?
????
Comments in CSS:
// single line comment
/* multi-line comment */
Syntax of CSS Rule:
important: A CSS rule looks like this:-
selector {
property: value;
...
}
note: the value here is different from <element attribute= “value”> </element>