InterviewSolution
Saved Bookmarks
| 1. |
Find the specificity of this ” style=”” “.(a) specificity = 0,0,0,1(b) specificity = 0,0,1,0(c) specificity = 0,1,0,0(d) specificity = 1,0,0,0This question was posed to me during an online exam.This question is from Specificity and Importance topic in division CSS Selectors & Files of CSS |
|
Answer» The CORRECT OPTION is (d) SPECIFICITY = 1,0,0,0 |
|