Syntax of css is:
CSS syntax includes the following things:
What is Selector, Property, Value?
selector{
property1:value;
property2:value;
..
..
propertyN:value;
}
property1:value;
property2:value;
..
..
propertyN:value;
}
CSS syntax includes the following things:
- Selector
- Property
- Value
What is Selector, Property, Value?
No comments:
Post a Comment