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






'border' Syntax and Note

Note:

Defines three border properties: border-color, border-width, and border-style. 
The three property values are separated by blank spaces and the order is irrelevant.
    
Syntax:
    
element { border: values }
elementID.style.border = "values"
document.all.elementID.style.border = "values" // IE only
    

      
      








Related examples in the same category

1.'border' Example
2.'border' is applied to