Vidyalelo
CSS · Q21

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 21

Q21

If a particular rule should never be overridden by another rule, the ____________ indication should be used.

A.
@important
B.
!important!
C.
!important
Answer
D.
important!

Answer: Option C

Solution

Answer: Option C
Solution:
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.