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

specificity = 0,0,0,2



Your comments will be displayed only after manual approval.