This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
CSS Box Model Module Level 3 | |
Native name | CSS Box Model Module Level 3 |
---|---|
Status | W3C Candidate Recommendation Snapshot |
Latest version | Level 3 December 22, 2020[1] |
Organization | World Wide Web Consortium |
Committee | CSS Working Group |
Editors | |
Base standards | CSS |
Domain | CSS |
Website | www |
Cascading Style Sheets |
---|
Concepts |
Philosophies |
Tools |
Comparisons |
In web development, the CSS box model refers to how HTML elements are modeled in browser engines and how the dimensions of those HTML elements are derived from CSS properties. It is a fundamental concept for the composition of HTML webpages.[3] The guidelines of the box model are described by web standards World Wide Web Consortium (W3C) specifically the CSS Working Group. For much of the late-1990s and early 2000s there had been non-standard compliant implementations of the box model in mainstream browsers. With the advent of CSS2 in 1998, which introduced the box-sizing
property, the problem had mostly been resolved.