InterviewSolution
Saved Bookmarks
| 1. |
Which is not the property of CSS box model?(a) width(b) height(c) margin(d) color |
|
Answer» Correct option is (d) color Easiest explanation: CSS box model include height, width, padding, margin and border. All text-fields have complete support for every property related to CSS box model. Browser relies on system default styles when displaying these widgets. |
|