CSS border-top-color property
CSS border-top-color property Description Sets the color of the element’s top border; defaults to the element’s color. Possible values color − Any valid color value. Applies to All HTML elements. DOM Syntax object.style.borderTopColor = "red"; Example Here is an example…