InterviewSolution
Saved Bookmarks
| 1. |
Find the specificity of this “ul ol+li”.(a) specificity = 0,0,2,1(b) specificity = 0,2,1,1(c) specificity = 0,1,1,1(d) specificity = 0,0,0,3 |
|
Answer» Right option is (d) specificity = 0,0,0,3 To elaborate: Self-explainatory. |
|