CSS box model: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 8:
{{CSS}}
 
In [[web development]], the '''CSS box model''' refers to how sizeHTML andelements dimensionare modeled in [[CSSbrowser engine]]s propertiesand how dimension of those HTML elements are computedderived from [[CSS]] properties. It is a fundamental concept for the composition of [[HTML]] webpages.<ref>{{Cite web
| title = The box model
| author =
Line 16:
| url = https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Box_model
| quote =
}}</ref> The guidelines of the box model are described by web standards [[World Wide Web Consortium|World Wide Web Consortium (W3C)]] specifically the CSS Working Group. For much of late-1990s and early 20012000s there had been non-standard compliant implementations of the box model in the mainstream browsers. With the advent of CSS2, which introduced the <code>box-sizing</code>, the problem had most been resolved.
 
==Specifics==