+The **Box Model** is a fundamental concept in [Web Design](/wiki/web_design), portraying every HTML element as a rectangular box. It describes the space an element occupies, built from its content, [Padding](/wiki/padding), border, and margin, dictating layout and spacing on a webpage.
+## See also
+- [CSS](/wiki/css)
+- [HTML](/wiki/html)
+- [Layout](/wiki/layout)
... 1 more lines