'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