InterviewSolution
Saved Bookmarks
| 1. |
Which of the following box-sizing property value is described by width and height include content, padding, and borders?(a) border-box(b) content-box(c) content-box(d) none fof the mentionedI had been asked this question in semester exam.Question is taken from CSS Box Model in chapter CSS Text, Borders and Images of CSS |
|
Answer» RIGHT ANSWER is (a) border-box To ELABORATE: Self-explainatory. |
|