JavaScript – Change the Border Color of Div

To change the border color of a div using JavaScript, get reference to the element, and assign required color value to the element.style.borderColor property.

Example

Conclusion

In this JavaScript Tutorial, we learned how to change the border color of a div using JavaScript.