Difference between revisions of "Box model (CSS)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
(Description)
Line 11: Line 11:
 
* Padding
 
* Padding
 
* Content
 
* Content
 +
 +
=== Diagram ===
 +
 +
[[File:Boxarea.png]]
  
 
== See also ==
 
== See also ==

Revision as of 05:25, 3 May 2016

In Cascading Style Sheets, the box model defines the web page layout of HTML elements.

Description

The box model is a rectangular box that wraps around elements.

The box has several layers, nested inside each other:

  • Margins
  • Borders
  • Padding
  • Content

Diagram

Boxarea.png

See also

External links