Content deleted Content added
Jon Kolbert (talk | contribs) m HTTP -> HTTPS for W3Schools using AWB |
|||
Line 11:
==Specifics==
[[File:W3C and Internet Explorer box models.svg|thumb|300px|The difference in how width is interpreted between the W3C and Internet Explorer box models]]
:*the height
:*the padding describes the space between this content and the border of the box
:*the border is any kind of line (solid, dotted, dashed...) surrounding the box, if present
:*the margin is the space around the border
The total width of a box is therefore the width of the content, plus (left
For example, the following CSS code
Line 29 ⟶ 30:
}
</source>
==Bugs==
|