Question: Which statement is not true?

  1. Specificity determines which CSS rule is applied by the browsers.
  2. When two selectors apply to the same element, the one with lower specificity wins.
  3. The last rule defined overrides all previous rules and even conflicting rules.
  4. Rules with more specific selectors have greater specificity.

Answer: The correct answer of the above question is Option B:When two selectors apply to the same element, the one with lower specificity wins.