Sometimes you see the margin or padding property set like this
div {
padding: 0;
margin: 0;
}
Now, while it is clear what is does, I wonder why there is no unit (cm, px, em) given. Does it have to do with the value 0 (meaning the same regardless of the unit)?