Computer Science, asked by saiyamBedilucknow, 4 months ago

Define Padding property of table. 

Answers

Answered by tajmohamad7719
8

Answer:

An element's padding is the space between its content and its border. The padding property is a shorthand property for: padding-top. padding-right.

JavaScript syntax: object.style.padding="100px 20px" Try it

Default value: 0

Inherited: no

Explanation:

please mark my Brainliest

Answered by llNairall
1

An element's padding area is the space between its content and its border. Note: Padding creates extra space within an element. In contrast, margin creates extra space around an element.

  • Initial value: as each of the properties of the shorthand
  • Computed value: as each of the properties of the shorthand::: the percentage as spe...
  • Animation type: a CSS data type are interpolated as real, floating-point

Hope it helped uh ❤️

Similar questions