'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
1. | 'border-width' Example | ||
2. | 'border-width' Possible Values | ||
3. | 'border-width' is applied to |