JavaScript – Change the Right Border of Paragraph

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

Example

Conclusion

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