box model
Types of CSS boxes
The type of box applied to an element is specified by the display
property. There are many different values available for display, but in this article we will focus on the three most common ones; block
, inline
, and inline-block
.