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






'border-bottom' Syntax and Note

Note:

Define three different border propertiest: color, width, and style. 
    
Syntax:
    
element { border-bottom: values }
elementID.style.borderBottom = "values"
document.all.elementID.style.borderBottom = "values" // IE only    


    

      
      








Related examples in the same category

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