Answer Posted / hrpynux@gmail.com
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 |
Post New Answer View All Answers
What are the difference between inline css & internal css?
What is the order of precedence for css?
How do I quote font names in quoted values of the style attribute?
How to make scroll bars with the help of css?
What is css with example?
What is the purpose of the z-index and how is it used?
How to align image vertically in a division which spans vertically in the whole webpage?
What is Inline style?
What is the general nomenclature of writing css?
How do I center a div in css horizontally?
How do I open a css file?
What is a contextual selector in css?
How you will create rounded corners using css3?
Should you use ids in css?
What is a pseudo selector?