What are all the Dom table border properties available in the style object?
Table Property | Description | values |
border | specifies all properties for the four borders in one | border Widthborder StyleborderColor |
borderBottom | specifies all properties for the bottom border | borderWidth borderStyle borderColor |
borderBottomColor | specifies the color of the bottom border | name rgb hex |
borderBottomStyle | specifies the style of the bottom border | hidden dotted dashed solid double groove |
borderBottomWidth | specifies the width of the bottom border | thin medium thick length |
borderColor | specifies the color of all four borders (can have up to four colors) | name rgb hex |
borderLeft | specifies all properties for the left border in one | borderWidth borderStyle borderColor |
borderLeftColor | Specifies the color of the left border | name rgb hex |
borderLeftStyle | specifies the style of the left border | hidden dotted dashed solid double groove |
borderLeftWidth | specifies the width of the left border | thin medium thick length |
borderRight | specifies all properties for the right border in one | borderWidth borderStyle borderColor |
borderRightColor | specifies the color of the right border | name rgb hex |
borderRightStyle | specifies the style of the right border | hidden dotted dashed solid double groove |
borderRightWidth | specifies the width of the right border | thin medium thick length |
borderStyle | specifies the style of all four borders (can have up to four styles) | hidden dotted dashed solid double groove |
borderTop | specifies all properties for the top border in one | borderWidth borderStyle borderColor |
borderTopColor | specifies the color of the top border | name rgb hex |
borderTopStyle | specifies the style of the top border | hidden dotted dashed solid double groove |
borderTopWidth | specifies the width of the top border | thin medium thick length |
borderWidth | specifies the width of all four borders (can have up to four widths) | thin medium thick length |
margin | specifies the margins of an element (can have up to four values) | margin |
marginBottom | specifies the bottom margin of an element | auto length % |
marginLeft | specifies the left margin of an element | auto length % |
marginRight | specifies the right margin of an element | auto length % |
marginTop | specifies the top margin of an element | auto length % |
outline | specifies all outline properties in one | width style color |
outlineColor | specifies the color of the outline around a element | name rgb hex |
outlineStyle | specifies the style of the outline around an element | hidden dotted dashed solid double groove |
outlineWidth | specifies the width of the outline around an element | thin medium thick length |
padding | specifies the padding of an element (can have up to four values) | padding |
paddingBottom | specifies the bottom padding of an element | length % |
paddingLeft | specifies the left padding of an element | length % |
paddingRight | specifies the right padding of an element | length % |
paddingTop | specifies the top padding of an element | length % |