CSS box model: Difference between revisions

Content deleted Content added
No edit summary
Line 8:
{{CSS}}
 
In [[web development]], the '''CSS box model''' refers to how the size of HTML elements are determinedand throughdimension [[CSS]] stylingproperties instructions,of aHTML conceptelements thatare computed. It is criticala fundamental concept for composition of webpages or [[HTML]] pagewebpages. The guidelines of the box model are described by<ref>{{Cite web standards [[World Wide Web Consortium|World Wide Web Consortium (W3C)]] specifically the CSS Working Group.
| title = The box model
| author =
| work = MDN Web Docs
| date = 2019-03-23
| access-date = 30 March 2019
| 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. Historically there had been incompatible implementations of the box model in the mainstream browsers, with the advent of CSS3 property <code>box-sizing</code> and modern browsers that problem had most been resolved.
 
==Specifics==