+ 7
What is different between Margin and Padding?
4 Respostas
- 5
No
+ 12
They have some differences: Margin is outer space of an element, while Padding is inner space of an element.Margin is the space outside the border of an element, while Padding is the space that is inside the border of it.
+ 4
think of an html element as a box. so the margin is the space outside the box while padding space is within the box, the difference from the border and the element.
0
Padding is the space between the textnode and the border while the margin is the space between the border of the element and that of the other element element border