11.
How can conflicting styles be resolved in CSS?
12.
What is the significance of the order of styles in the CSS cascade?
13.
Which selector has higher specificity, an ID selector or a class selector?
14.
What does the specificity value (0,1,0,0) represent in CSS?
15.
How can the specificity of a CSS rule be increased?
16.
What happens if conflicting styles have the same specificity and order in the style sheet?
17.
What is the correct way to override a CSS style declared in an external style sheet?
18.
Which CSS selector has the lowest specificity?
19.
What is the purpose of the !important declaration in CSS?