IT Placement Papers Web Technologies CSS
This category contains CSS Interview Questions and Answers |
|
Cascade is a method of defining the weight (importance) of individual styling rules thus allowing conflicting rules to be sorted out should such rules apply to the same selector.
Declarations with increased weight take precedence over declaration with normal weight:
P {color: white ! important} /* increased weight */
P (color: black} /* normal weight */
Only registered users can write comments. Please login or register.
|