'border-width' Syntax and Note
Note:
This style property defines the width for all sides of the border.
Syntax:
element { border-width: value }
elementID.style.borderWidth = "value"
document.all.elementID.style.borderWidth = "value" // IE only
Related examples in the same category