InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property sets the shadow for a box element?(a) shadow(b) set-shadow(c) canvas-shadow(d) box-shadowThe question was asked during a job interview.The question is from Backgrounds, Borders and Drop Shadow topic in portion CSS Text, Borders and Images of CSS |
|
Answer» RIGHT ANSWER is (B) set-shadow The explanation: SYNTAX:box-shadow: none | inherit |
|