InterviewSolution
Saved Bookmarks
| 1. |
Which of the following CSS3 property is used to tell the browser what the sizing properties should be include?(a) box-sizing(b) box-model(c) box-design(d) box-redesignI got this question in unit test.Question is from CSS3 Fundamentals, Transitions & Animations in section CSS3 Fundamentals, Transitions & Animations of CSS |
|
Answer» CORRECT CHOICE is (a) box-sizing Explanation: Self-explainatory. |
|