Home >Web Front-end >HTML Tutorial >The total width of the box
Standard box model:
The total width of the box = left and right margin + left and right border + left and right padding + width
IE Box Model:
The total width of the box = left and right border + left and right padding + width