InterviewSolution
Saved Bookmarks
| 1. |
Find the specificity of this “li”.(a) specificity = 0,0,0,1(b) specificity = 0,0,1,1(c) specificity = 0,1,1,1(d) specificity = 1,1,1,1I had been asked this question in an interview for internship.My query is from Specificity and Importance in section CSS Selectors & Files of CSS |
|
Answer» RIGHT ANSWER is (a) SPECIFICITY = 0,0,0,1 To ELABORATE: Self-explainatory. |
|