Css miscellaneous
- Find the specificity of this ” style=”” “.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
specificity = 1,0,0,0
- Find the specificity of this “#x34y”.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
specificity = 0,1,0,0
- Find the specificity of this “li.red.leve”.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
specificity = 0,0,2,1
- Find the specificity of this “ul ol li.red”.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
specificity = 0,0,1,3
- Which of the following is the correct way to apply Styles?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
in an external CSS file