Discussion :: CSS - CS
- If a particular rule should never be overridden by another rule, the ____________ indication should be used.
Answer : Option C
Explanation :
If a particular rule should never be overridden by another rule, the !important indication should be used. For a rule never to be ignored, insert the indication !important just before the semicolon of the rule.
Be The First To Comment