Home » CSS » Css miscellaneous » Question
  1. Find the specificity of this “ul ol li.red”.
    1. specificity = 1,1,1,1
    2. specificity = 1,2,2,1
    3. specificity = 0,0,1,3
    4. specificity = 0,0,3,1
    5. None of these
Correct Option: A

specificity = 0,0,1,3



Your comments will be displayed only after manual approval.