document.tags.paddings()

JavaScript 1.2+ Nav4+ Syntax

document.tags.tagName.paddings(top,right,bottom,left)
document.tags.tagName.paddings(top-bottom,right-left)
document.tags.tagName.paddings(all)

Description

The paddings() method specifies the distance between the borders of an element and its content. Using dot notation, the property is associated with the tag called tagName. Setting the sizes is equivalent to setting the paddingBottom, paddingLeft, paddingRight, and paddingTop properties. Table 7.23 lists all the arguments associated with the paddings() method.

Table 7.23. Arguments Associated with the paddings() Method
Item Description
top Padding between top border and content
right Padding between right border and content ...

Get Pure JavaScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.