what is the use of broder color property in css
Answers
Answered by
0
Answer:
The border-color property sets the color of an element's four borders. This property can have from one to four values.
Default value: The current color of the element
JavaScript syntax: object.style.borderColor="#FF0000 blue" Try it
Similar questions