Explain the rule set in CSS.
A CSS rule is a grouping of one or more CSS properties which are to be applied to one or more target HTML elements. A CSS rule consists of a CSS selector and a set of CSS properties. The CSS selector determines what HTML elements to target with the CSS rule.In the example above it is the div part of the CSS rule.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the meaning of cascading? How do style sheets cascade?
What are the difference between "display:none" and "visibility:hidden" in css?
What is Responsive Web design?
Does id override class?
Does css work in notepad?
Can you write css3 code for creating multi background images?
Who created webkit?
How can I make a template?
What is the difference between a section and a div?
What is responsiveness?
What are the associated border-radius properties?
How do you vertically align text?