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