To change the default padding that appears
inside various HTML elements ( paragraphs, tables, etc ),CSS Padding is used. But first, let us make
sure the definition of padding we understand . The space between an
element's border and the content within it is called as a padding .
The distance between the border of an (X)HTML element and the content within it is called as padding
padding Parameters
padding-top
Most of the rules for paddings also apply to padding, except there is no "auto" value, and negative values cannot be declared for padding.