'border-width' Syntax and Note : border width « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'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

1.'border-width' Example
2.'border-width' Possible Values
3.'border-width' is applied to