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






'border-style' Syntax and Note

Note:

Defines the style for all sides of the border.

Syntax:
    
element { border-style: value }
elementID.style.borderStyle = "value"
document.all.elementID.style.borderStyle = "value" // IE only
    

      
      








Related examples in the same category

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