JavaScript – Change the Border Color of Paragraph

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

Example

Conclusion

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